You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .jshintignore file is ignored and the js that was supposed to be ignored is tested and brings back alot and alot of js errors because of node_modules folder.
Please fix this so .jshintignore is processed and ignores the folders and files correctly please.
The text was updated successfully, but these errors were encountered:
If you have a .jshintignore file and you had a setup like this
and your .jshintignore file looked like this
libs/jquery.browser.js
libs/jquery.dynatree.js
libs/jquery.fancybox.js
libs/select2.js
libs/SF_maps.js
node_modules/
vendor/
The .jshintignore file is ignored and the js that was supposed to be ignored is tested and brings back alot and alot of js errors because of node_modules folder.
Please fix this so .jshintignore is processed and ignores the folders and files correctly please.
The text was updated successfully, but these errors were encountered: