Skip to content

Commit 8a2d31f

Browse files
authored
ci: exclude builds from eslint checks (#1396)
1 parent 108b868 commit 8a2d31f

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)