Skip to content
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

Closed
hshoff opened this issue Oct 2, 2015 · 3 comments
Closed

Style autofixing #535

hshoff opened this issue Oct 2, 2015 · 3 comments

Comments

@hshoff
Copy link
Member

hshoff commented Oct 2, 2015

Just a placeholder for now. Would love to take linting to the next step and autofix rule violations.

@goatslacker
Copy link
Collaborator

I'll just leave this here: https://github.com/jshint/fixmyjs

@justjake
Copy link
Collaborator

justjake commented Oct 2, 2015

Eslint has some fixes now I think.

Edit: here's the docs on this: http://eslint.org/docs/user-guide/command-line-interface#fix

@hzoo
Copy link
Contributor

hzoo commented Oct 3, 2015

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 (fixable) on the rules page.

The future of linting is exciting 😄!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants