Open ghost opened 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.
test/**/*
.jshintignore files aren't used by this plugin. You can alleviate this for now by putting those rules inside .jshintrc (if that's possible).
.jshintignore
.jshintrc
Making this plugin support .jshintignore would be really nice though :)
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.