-
Notifications
You must be signed in to change notification settings - Fork 89
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
Convert to ESLint plugin/ Provide an ESLint plugin? #322
Comments
The ESLint ecosystem has mostly agreed that formatting should be left to dedicated formatting tools like Prettier. Thus, I think package.json sorting is best done as a Prettier plugin, which is exactly what prettier-plugin-packagejson does. (It simply calls |
I opened eslint/json#37 but maybe this should be done outside
Sorting |
We also use the Prettier plugin. I agree that this should not go into ESLint, as people have been moving away from using ESLint for formatting. |
ESLint starting to support other languages. Should we consider?
The text was updated successfully, but these errors were encountered: