Skip to content

Commit 6f73794

Browse files
authored
Merge branch 'master' into add/yarn-modern-caching
2 parents 379487f + 8a2d31f commit 6f73794

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

eslint.config.mjs

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ export default [
88
pluginCypress.configs.recommended,
99
{
1010
name: 'global-ignores',
11-
ignores: ['dist/', 'examples/nextjs/src/app/'],
11+
ignores: [
12+
'dist/',
13+
'examples/component-tests/dist/',
14+
'examples/nextjs/.next/',
15+
'examples/nextjs/src/app/',
16+
'examples/wait-on-vite/dist/',
17+
],
1218
},
1319
{
1420
name: 'all-js',

0 commit comments

Comments
 (0)