Skip to content

Commit 2780f79

Browse files
committed
fix lint config
1 parent ec0209e commit 2780f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const sharedTsRules = {
7373
// ]
7474

7575
export default tseslint.config(
76-
{ ignores: ['coverage/', 'dist/', 'es/'] },
76+
{ ignores: ['coverage/', 'dist/', 'lib/', 'packages/'] },
7777
{
7878
settings: { react: { version: '18.3' } },
7979
extends: [javascript.configs.recommended, ...tseslint.configs.strictTypeChecked, ...tseslint.configs.stylisticTypeChecked],

0 commit comments

Comments
 (0)