Skip to content

Docs: learn -> improving-accessibility, missing something about accessiblity #838

@bigliuliu

Description

@bigliuliu

I'm learning the chapter 14 about https://nextjs.org/learn/dashboard-app/improving-accessibility;

when I run
pnpm lint
what I expect
No ESLint warnings or errors
but I got
Failed to load config "next/typescript" to extend from. Referenced from: C:\WorkBench\Sweet\Next\nextjs-dashboard\.eslintrc.json

Is there any context that might help us understand?

I'm using

"next": "15.0.0-canary.56"
The .eslintrc.json file

{
  "extends": [
    "next/core-web-vitals",
    "next/typescript"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions