We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e276b36 commit e6b349bCopy full SHA for e6b349b
eslint.config.mjs
@@ -40,7 +40,7 @@ export default [
40
"no-undef": "off",
41
"@typescript-eslint/no-unsafe-function-type": "off",
42
// Customize TypeScript rules
43
- "@typescript-eslint/no-explicit-any": "off",
+ "@typescript-eslint/no-explicit-any": "warn",
44
"@typescript-eslint/no-unused-vars": [
45
"error",
46
{
0 commit comments