We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41b55 commit f9b3a27Copy full SHA for f9b3a27
1 file changed
eslint.config.mjs
@@ -17,7 +17,7 @@ const compat = new FlatCompat({
17
18
export default defineConfig([
19
{
20
- ignores: ['node_modules/*', 'dist/*', 'examples/*', 'scripts/*', 'test/*'],
+ ignores: ['node_modules/*', 'dist/*', 'tests/*'],
21
},
22
23
extends: compat.extends(
0 commit comments