-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels