-
Notifications
You must be signed in to change notification settings - Fork 145
Add ability to exclude specific rule #22
Comments
Yeah, excluding rules is on my list of TODOs before the next release. I'll track it via this issue. What do you mean about a list of default rules? Like in the code or just documented more clearly somewhere? |
Glad to hear it's on your radar! Regarding the "default rules", I was just looking for a list of rules (such as the "unused-classes" rule) to add to useRules config option. I didn't see a complete list in the docs. Thanks! |
The README does contain a complete list of the built-in rules, though they are separated into categories so maybe it's not super easy to get a holistic overview. |
Is the config-friendly name for each rule the lowercase, hyphenated name? For example, "Script Placement" would become "script-placement"? |
Ahh, OK, now I get what your question is. Yeah, I can make it more clear what the name identifier is for each of the default rules. |
Haha, sorry for the confusion. Looking forward to the updates! |
Very glad to see this! Thanks! |
It would be great to be able to exclude rules as well. Also, a list of default rules would be handy too.
The text was updated successfully, but these errors were encountered: