Skip to content

Commit 6f72d0f

Browse files
authored
ci: exclude yarn pnp sources from eslint checks (#1442)
1 parent ff080c1 commit 6f72d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default [
1414
'examples/nextjs/.next/',
1515
'examples/nextjs/src/app/',
1616
'examples/wait-on-vite/dist/',
17+
'examples/**/.pnp.*',
1718
],
1819
},
1920
{

0 commit comments

Comments
 (0)