uber-archive / lint-trap

JavaScript linter module for Uber projects
26 stars 2 forks source link

Allow lintrc to disable rules #101

Open sh1mmer opened 9 years ago

sh1mmer commented 9 years ago

I tried using .eslintrc to disable a rule (max-len) but it didn't work. Using .lintrc only lowers it to a warning. It would be good to be able to control that better.

jcorbin commented 9 years ago

:+1: