feat(lint): enable noExplicitAny biome rule as warn
Will flag new explicit 'any' annotations going forward. Existing 672 usages remain (intentional for now).
This commit is contained in:
parent
518cc5a981
commit
dd0903a1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"rules": {
|
||||
"recommended": true,
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off",
|
||||
"noExplicitAny": "warn",
|
||||
"noArrayIndexKey": "warn",
|
||||
"noDocumentCookie": "error",
|
||||
"noAssignInExpressions": "error"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue