diff options
Diffstat (limited to '')
-rw-r--r-- | extension/eslint.config.js (renamed from bookmarks-home/eslint.config.js) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bookmarks-home/eslint.config.js b/extension/eslint.config.js index 092408a..94ff93a 100644 --- a/bookmarks-home/eslint.config.js +++ b/extension/eslint.config.js @@ -7,7 +7,7 @@ import tseslint from 'typescript-eslint' export default tseslint.config( { ignores: ['dist'] }, { - extends: [js.configs.recommended, ...tseslint.configs.recommended], + // extends: [js.configs.recommended, ...tseslint.configs.recommended], files: ['**/*.{ts,tsx}'], languageOptions: { ecmaVersion: 2020, @@ -18,7 +18,7 @@ export default tseslint.config( 'react-refresh': reactRefresh, }, rules: { - ...reactHooks.configs.recommended.rules, + // ...reactHooks.configs.recommended.rules, 'react-refresh/only-export-components': [ 'warn', { allowConstantExport: true }, |