diff --git a/eslint.config.js b/eslint.config.js index 633f77e..0473b18 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -4,9 +4,10 @@ import tseslint from 'typescript-eslint'; export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended, { rules: { '@typescript-eslint/ban-ts-comment': [ + 'error', { 'ts-expect-error': false, - 'ts-nocheck': false, + 'ts-nocheck': false, 'ts-check': true, }, ],