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 ?
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