Skip to content

Move away from next lint #204

@mdrayer

Description

@mdrayer

next lint will be deprecated in Next.js 16, so we should migrate to ESLint CLI:

$ npm run lint

> [email protected] lint
> next lint && stylelint "source/**/*.css"

`next lint` is deprecated and will be removed in Next.js 16.
For new projects, use create-next-app to choose your preferred linter.
For existing projects, migrate to the ESLint CLI:
npx @next/codemod@canary next-lint-to-eslint-cli .

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