-
-
Notifications
You must be signed in to change notification settings - Fork 40
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 option/flag to invoke eslint's --fix feature #107
Comments
Sounds good to me! |
I'd love to see this! @Flet I'd like to help out implementing this. |
@2color Sure, go for it :) It should be just adding |
Here's a PR to add support for |
Passing through a
--fix
flag/option to eslint might be a nice, lightweight alternative to using a full formatter likestandard-format
without adding any additional dependencies,Looking at
standard
, about 25% of the rules are covered by--fix
currently:This is a lot more rules than last time I checked!
I'd like to see
standard-engine
expose a--fix
flag via the CLI as well asopts.fix
for programmatic usage.Thoughts?
The text was updated successfully, but these errors were encountered: