I want to exclude some diretory in my project and configure vscode jshint in setting.json
{
"jslint.exclude": "C:\\Users\\Administrator\\Desktop\\tmp"
}
However a object is ecpected, so what is the key of object?
jslint.exclude maps paths (which possibly contain globs) to true or false to indicate if the path should be excluded
"jslint.exclude": {
"C:\\Users\\Administrator\\Desktop\\tmp": true,
"**\\*.es6": true
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With