fix: ignore next-env.d.ts in ESLint config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6f5e24e3c
commit
24391c874e
|
|
@ -10,6 +10,7 @@ export default tseslint.config(
|
|||
"**/node_modules/**",
|
||||
"**/.next/**",
|
||||
"**/coverage/**",
|
||||
"packages/web/next-env.d.ts",
|
||||
"packages/web/next.config.js",
|
||||
"packages/web/postcss.config.mjs",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue