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

Options to run only if there is a .jshintrc file ? #39

Open avnersorek opened 8 years ago

avnersorek commented 8 years ago

I'm working on multiple projects in VSCode - some using jshint and using eslint (or something else). Currently I'll have to manually disable vscode-jshint for each workspace that uses something else. Can I make vscode-jshint run only if it finds a .jshintrc file ?

Thanks