microsoft / vscode-jshint

VSCode extension to integrate jshint into VSCode
https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint
MIT License
72 stars 48 forks source link

How to ignore some folders #14

Closed g-adolph closed 8 years ago

g-adolph commented 8 years ago

How can i ignore folders like node_modules and bower_components from my jshint check?

we can use something like jsconfig.json exclude paths. Is a bad idea?

kieferrm commented 8 years ago

With bd489b92daf1d3d747dcd21128ca0cb88715bae3 you can now specify files and folders in the user or in the workspace settings that should be ignored by jshint. I created #22 and #23 to cover the full scope of jshint exclude support.