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
We're using an .eslintrc.js file to configure our eslint. This is due to be deprecated in eslint 9.0.0, and has caused some issues with eslint plugins.
.eslintrc.js
We should look into updating to the new eslint.config.js style.
eslint.config.js
Developer
The text was updated successfully, but these errors were encountered:
It seems ESLint and its plugin are struggling to get updated by Dependabot. Suspecting this is because of some requiring the new config format while we're stuck on the old format, so that's a change we may want to do sooner rather than later.
Sorry, something went wrong.
No branches or pull requests
What
We're using an
.eslintrc.js
file to configure our eslint. This is due to be deprecated in eslint 9.0.0, and has caused some issues with eslint plugins.We should look into updating to the new
eslint.config.js
style.Who needs to work on this
Developer
Who needs to review this
Developer
Done when
The text was updated successfully, but these errors were encountered: