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
In a JS project's properties there's an Include Path section which among others allows one to set the source folders. Here I have a js folder listed as source folder, with the exclusion */node_modules (it's a Node.js project).
The problem is that folder js/xyz/node_modules is scanned by JSHint for errors, when it should not be (which is annoying, those are third party modules). I also tried excluding this folder specifically, but it doesn't have any effect. It looks like tern does not take into account exclusions specified in on source folders.
I have not tested if inclusions are observed.
The text was updated successfully, but these errors were encountered:
In a JS project's properties there's an Include Path section which among others allows one to set the source folders. Here I have a
js
folder listed as source folder, with the exclusion*/node_modules
(it's a Node.js project).The problem is that folder
js/xyz/node_modules
is scanned by JSHint for errors, when it should not be (which is annoying, those are third party modules). I also tried excluding this folder specifically, but it doesn't have any effect. It looks like tern does not take into account exclusions specified in on source folders.I have not tested if inclusions are observed.
The text was updated successfully, but these errors were encountered: