mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: linter config
This commit is contained in:
parent
06df2315df
commit
3b97db1abd
1 changed files with 7 additions and 1 deletions
|
|
@ -56,7 +56,13 @@
|
|||
"noImplicitAnyLet": "warn",
|
||||
"noAssignInExpressions": "warn",
|
||||
"noArrayIndexKey": "off",
|
||||
"useIterableCallbackReturn": "warn"
|
||||
"useIterableCallbackReturn": "warn",
|
||||
"noUnknownAtRules": {
|
||||
"level": "error",
|
||||
"options": {
|
||||
"ignore": ["tailwind", "apply", "screen"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"style": {
|
||||
"noNonNullAssertion": "warn",
|
||||
|
|
|
|||
Loading…
Reference in a new issue