victorporof / Sublime-JSHint

JSHint Gutter for Sublime Text 2 and 3 via node.js
https://github.com/victorporof/Sublime-JSHint
682 stars 71 forks source link

.jshintignore not being honored #59

Open ghost opened 10 years ago

ghost commented 10 years ago

I have a .jshintignore file and inside is test/**/* However when saving (which executes jshint) it is still throwing the warnings. I would like for the jshintignore file to specify files that when linted do not throw warnings.

victorporof commented 10 years ago

.jshintignore files aren't used by this plugin. You can alleviate this for now by putting those rules inside .jshintrc (if that's possible).

Making this plugin support .jshintignore would be really nice though :)