Promote no-explicit-any to error

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris Parsons 2026-03-21 09:32:58 -07:00
parent 2b9ffc0b62
commit 5cb0a626ad

View file

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