Skip to content

Commit a7bcc26

Browse files
committed
fix: ignore .open-next and .wrangler in ESLint
These directories contain build artifacts that should not be linted.
1 parent 9933301 commit a7bcc26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export default tseslint.config(
2020
{
2121
ignores: [
2222
'.next/**',
23+
'.open-next/**',
24+
'.wrangler/**',
2325
'node_modules/**',
2426
'dist/**',
2527
'public/**',

0 commit comments

Comments
 (0)