-
Notifications
You must be signed in to change notification settings - Fork 29.2k
docs: next lint post 15.5 release adjustments #82933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canary
Are you sure you want to change the base?
Conversation
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
|
||
Next.js comes with built-in ESLint. It automatically installs the necessary packages and configures the proper settings when you create a new project with `create-next-app`. | ||
Next.js 15.5 deprecates the `next lint` command and it will be removed in Next.js 16. New projects should choose and run a linter directly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Maybe this paragraph is not needed - no need to mention deprecations and such during a getting started > installation phase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with this. Maybe we can say that it comes with built-in presets for popular linters.
Update installation guide, now we have Biome as an option to create-next-app, and next lint is deprecated.
Also addresses: #82916