fix: linter config

This commit is contained in:
David Nguyen 2026-04-10 13:28:44 +10:00
parent 06df2315df
commit 3b97db1abd

View file

@ -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",