diff --git a/eslint.config.js b/eslint.config.js index 61adb31..16192a5 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -27,12 +27,11 @@ export default [ ...js.configs.recommended.rules, ...tseslint.configs.recommended.rules, ...reactHooks.configs.recommended.rules, - //'no-unused-vars': ['error', { varsIgnorePattern: '^[A-Z_]' }], 'no-unused-vars': "off", 'no-empty': "off", 'no-prototype-builtins': "off", 'no-unreachable': "off", - '@typescript-eslint/no-unused-vars': "off", + '@typescript-eslint/no-unused-vars': ['error', {argsIgnorePattern: '^_'}], '@typescript-eslint/no-explicit-any': "off", 'react-hooks/rules-of-hooks': "off", 'react-hooks/exhaustive-deps': "off", diff --git a/index.html b/index.html index af3ad6a..a4eca61 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,6 @@