-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Init wizard is still not generating flat config #114
Comments
can you try |
Duplicate of eslint/eslint#18369 |
It is indeed, hence why I have linked it.
This way it works as expected. But that's not the command that's specified in the documentation and which the website leads users to start with. |
It is updated here: We just need to update it on the homepage. |
Just like in #18369, init wizard is still generating old config format.
Steps to repeat:
npm init
in itnpm init @eslint/config
in itExpected result:
Successfully created
new config formatActual result:
Successfully created .eslintrc.js file
Maybe related to #106, although locally installed eslint version is the latest.
Complete shell session log
Complete shell session log
The text was updated successfully, but these errors were encountered: