-
Notifications
You must be signed in to change notification settings - Fork 91
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
Eslint 9 fails with legacy config .eslintrc #156
Comments
Besides the flat files, ESLint 9 also changed some APIs. In this case, as can be seen in the error message, it is that |
Thanks @brettz9 !
|
|
The plugin should prevent installation with ESLint |
|
|
Issue
Linting with an Eslint deprecated Configuration File fails when using the environment variable setting
ESLINT_USE_FLAT_CONFIG
=false
and the repository being tested uses the configuration file.eslintrc
.Versions
[email protected]
[email protected]
Ubuntu
22.04.4
LTSNode.js
20.12.1
LTSSteps to reproduce
Ubuntu
22.04.4
LTS, Node.js20.12.1
LTSLogs
Related
npm ci
on repo source #153context
: planned failure Eslint 9 #154References
The text was updated successfully, but these errors were encountered: