.jshintignore is ignored
Hi,
Currently JSHint supports .jshintignore file http://www.jshint.com/docs/cli/ I have specified a .jshintignore file to exclude some build folders with minified JS files but it seems that .jshintignore is not considered. Due I can't exclude these files, every time I open one of them atom hangs.
Thanks.
Confirmed here, too.
This is currently not a feature, I don't think it would be too hard to implement. If I get some spare time i'll give it a shot, there's a method in lib/atom-jshint.js called loadConfig. I would probably look at changing that to pull in the .jshintignore file
Any progress on .jshintignore support?
+1
yeesh, 3 years and no one has addressed this yet?