Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit 0aa7a2c

Browse files
committed
chore: update ESLint ignores to include .next directory
1 parent f01b0c9 commit 0aa7a2c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eslint.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ import tseslint from 'typescript-eslint'
66

77
export default tseslint.config(
88
{
9-
ignores: ['**/node_modules/**/*', '**/dist/**/*', '**/build/**/*'],
9+
ignores: [
10+
'**/node_modules/**/*',
11+
'**/dist/**/*',
12+
'**/build/**/*',
13+
'**/.next/**/*',
14+
],
1015
},
1116
js.configs.recommended,
1217
...tseslint.configs.recommended,

0 commit comments

Comments
 (0)