We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resource: Next.Js: Migrating Existing Config
We'll update ESLint's version to the latest and migrate its config file for Next.js 13+.
Based on the requirement above, update ESLint's version and config file in the project.
eslintrc.js
eslint-config-next
extends
The text was updated successfully, but these errors were encountered:
nozomione
No branches or pull requests
Context
Resource: Next.Js: Migrating Existing Config
We'll update ESLint's version to the latest and migrate its config file for Next.js 13+.
Problem or idea
Based on the requirement above, update ESLint's version and config file in the project.
Solution or next step
eslintrc.js
config file:eslint-config-next
and add it to theextends
propertyThe text was updated successfully, but these errors were encountered: