-
-
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
Using eslintrc from the project #47
Comments
Could this be built as a separate CLI tool on top of It could also get confusing if someone has an old .eslintrc file in their project and things start acting strange (I guess this would be the "breaking" part). I do like this idea though! We could add it as a configurable option to |
Is this a simple matter of allowing the user to set the That said, it was an explicit decision to not do this for I think the solution that |
standard/standard#351 (comment)
It'd be nice for standard-engine to pick up your local
.eslintrc
. You can set your eslintrc to this, and customize it as you see fit.Rationale:
As a bonus, maybe it can be defined in package.json as an alternative (much like babel lets you define options in
.babelrc
andpackage.json
/babel
)The text was updated successfully, but these errors were encountered: