Skip to content

Commit f9b3a27

Browse files
committed
chore: update eslint ignores
- Removed examples/* ignore - Removed scripts/* ignore - Removed test/* ignore
1 parent ad41b55 commit f9b3a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const compat = new FlatCompat({
1717

1818
export default defineConfig([
1919
{
20-
ignores: ['node_modules/*', 'dist/*', 'examples/*', 'scripts/*', 'test/*'],
20+
ignores: ['node_modules/*', 'dist/*', 'tests/*'],
2121
},
2222
{
2323
extends: compat.extends(

0 commit comments

Comments
 (0)