diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-15 23:20:33 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-15 23:20:33 -0400 |
commit | f24cfc32734a168254f0c0e4889a989bb69ee444 (patch) | |
tree | 629f0eddce0442283084e2e1910f661ed0e8a1c0 /extension/eslint.config.js | |
parent | 0eb5b8dcd94453e0aed45001e29761bd1d6c0b0e (diff) | |
download | bookmarks-home-f24cfc32734a168254f0c0e4889a989bb69ee444.tar.gz bookmarks-home-f24cfc32734a168254f0c0e4889a989bb69ee444.tar.bz2 bookmarks-home-f24cfc32734a168254f0c0e4889a989bb69ee444.zip |
populate widgets with actual bookmarks
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 }, |