-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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
Style autofixing #535
Comments
I'll just leave this here: https://github.com/jshint/fixmyjs |
Eslint has some fixes now I think. Edit: here's the docs on this: http://eslint.org/docs/user-guide/command-line-interface#fix |
JSCS has had autofix since 1.12.0 (supporting all whitespace rules, and a few others). We're trying to figure out how to potentially fix all rules and working hard now on https://github.com/cst/cst and integrating that into JSCS. And yeah ESLint has recently added support for it as well for the last few releases. The fixable rules have The future of linting is exciting 😄! |
Just a placeholder for now. Would love to take linting to the next step and autofix rule violations.
The text was updated successfully, but these errors were encountered: