diff --git a/.eslintrc.js b/.eslintrc.js index 2896766b2f1..2da31cb76ff 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,7 @@ module.exports = defineConfig({ extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', - 'plugin:@typescript-eslint/recommended-requiring-type-checking', + 'plugin:@typescript-eslint/recommended-type-checked', 'plugin:prettier/recommended', ], parser: '@typescript-eslint/parser', @@ -40,7 +40,6 @@ module.exports = defineConfig({ 'error', { default: 'array-simple', readonly: 'generic' }, ], - '@typescript-eslint/ban-ts-comment': 'error', '@typescript-eslint/consistent-type-imports': 'error', '@typescript-eslint/explicit-module-boundary-types': 'error', '@typescript-eslint/naming-convention': [