chore: disable triple slash reference eslint rule in next-env.d.ts - #1306
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull Request Overview
This PR disables the ESLint triple slash reference rule specifically for Next.js environment type definition files to prevent linting errors on necessary TypeScript triple-slash directives.
- Adds a new ESLint configuration rule that targets
next-env.d.tsfiles - Disables the
@typescript-eslint/triple-slash-referencerule for these files
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|

No description provided.