Skip to content

Commit 84e7597

Browse files
committed
chore: add 'next-env.d.ts' to ESLint ignores for better linting configuration
1 parent 1fedac1 commit 84e7597

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const config = eslint10({
1818
ignores: [
1919
'.turbo/**',
2020
'.next/**',
21+
'next-env.d.ts',
2122
'*.md',
2223
'**/*.md',
2324
'**/*.mdx'

0 commit comments

Comments
 (0)