Browse Source

enable @typescript-eslint/no-explicit-any

Yuki Takei 1 year ago
parent
commit
54891b698c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .eslintrc.js

+ 0 - 1
.eslintrc.js

@@ -49,7 +49,6 @@ module.exports = {
       },
     ],
     '@typescript-eslint/consistent-type-imports': 'warn',
-    '@typescript-eslint/no-explicit-any': 'off',
     '@typescript-eslint/explicit-module-boundary-types': 'off',
     indent: [
       'error',