vercel / vercel/next-learn

"next/typescript" config (.eslintrc.json) causing errors after running next lint

Open
#844 0 comments 3 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.