"next/typescript" config (.eslintrc.json) causing errors after running next lint
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
Accessibility chapter, .eslintrc.json "extends": [
"next", "next/core-web-vitals",
"next/typescript"
]
In recent versions of Next.js, the "next/typescript" config is no longer needed. Remove to fix error from next lint
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Accessibility chapter's .eslintrc.json and inspect the extends list. Remove the obsolete "next/typescript" entry, then run next lint to confirm the configuration error is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- next.js, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100