clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.18k stars 171 forks source link

Add documentation how to disable rule in config #592

Open vfonic opened 7 years ago

vfonic commented 7 years ago

Hi, thanks for great linter!

I just tried it out and love it!

Unfortunately, I also spent 10min trying to figure out how to disable the rule through config file. I tried things like:

...and then finally found it in one of the issues.

I think this should be added in the documentation, as "level": "ignore" is not the most intuitive.

Thanks!