Skip to content

Commit 76fe6b2

Browse files
committed
chore: clean linter ignored files
1 parent 901a426 commit 76fe6b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ const files = {
1212
'test/**/*.js'
1313
],
1414
ignored: [
15-
'dist',
16-
'preact'
15+
'dist'
1716
]
1817
};
1918

0 commit comments

Comments
 (0)