-
-
Notifications
You must be signed in to change notification settings - Fork 106
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 recommended rules to plugin config? #9
Comments
is this something that the team is open to? recommended rulesets do greatly simplify plugin inclusion. would you accept a PR with a recommended set that enabled all rules as errors? |
I believe this was resolved with #10 |
ah, nice. would be great if it were mentioned in the usage section of the readme. |
travi
added a commit
to travi/eslint-plugin-security
that referenced
this issue
Apr 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may be super-neat if there was a recommended config bundled in the plugin (Ref: eslint-plugin-react).
This would let us do something like:
I think it's as easy as adding a
configs.recommended.rules
object to the index.js:Individual rules can overridden in the user's .eslintrc file:
The text was updated successfully, but these errors were encountered: