-
-
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
eslint-config-standard-with-typescript deprecated, moved to eslint-config-love #95
Comments
1 task
Thanks. A related question: should there be a possibility to select |
? How would you like to use ESLint? …
To check syntax only
❯ To check syntax and find problems
To check syntax, find problems, and enforce code style
|
The brand |
This was referenced Apr 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting a deprecation warning after running
npm init @eslint/config
The deprecation messages says to use
eslint-config-love
package instead. It looks like the https://github.com/mightyiam/eslint-config-standard-with-typescript repo has been renamed to eslint-config-love and has the same exact purpose. Could not find any other references or reasoning for the deprecation.If this is all that needs to be changed, I'd be happy to open a PR.
create-config/lib/config-generator.js
Line 21 in 1b0d6dd
The text was updated successfully, but these errors were encountered: