-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add a CLI option for exporting a vanilla ESLint config #272
Comments
Related to #122. I'm ok with adding this flag. |
XO has it own implementation of As it is now supported by ESLint, shouldn't we remove the XO That would make this feature slightly easier to implement |
Generating an ESLint config that would extend the XO config would make editor integrations work out-of-the-box for all the editors that support it; instead, now XO-specific editor extensions are required. I understand this is a legacy issue, but it's a significant letdown. Edit: adding to it, the VSCode integration doesn't work for me at all. |
The new Flat config format essentially covers these needs:
Since this issue is now 5 years old with little progress/interest + Prettier and TypeScript having become dependencies (further complicating the endeavor), I'm closing in favor of |
See https://github.com/jamestalmage/xo-with-webstorm
Lots of editors support ESLint directly. Not that many support XO. We should add a
xo --export-config
command that outputs a.eslintrc
file, and ensures all the correct packages are installed at the top level.The text was updated successfully, but these errors were encountered: