Promote no-explicit-any to error
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2b9ffc0b62
commit
5cb0a626ad
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"error",
|
||||
{ "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }
|
||||
],
|
||||
"typescript/no-explicit-any": "warn",
|
||||
"typescript/no-explicit-any": "error",
|
||||
"typescript/no-non-null-assertion": "warn",
|
||||
"typescript/consistent-type-imports": [
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue