How might I disable JSCS in the latest version of Web Essentials for Visual Studio 2013?
I was unable to find a relevant option in the menu.
I tried setting the JSCS configuration to ignore all files. This caused it to occasionally generate messages that wouldn't leave my Error List panel until I cleaned the solution.
I've found this settings file seems to quiet it down quite a bit. You can find this in Web Essentials > Edit Global JSCS settings.
{ "requireCurlyBraces": ["if"], "excludeFiles": ["**"], "validateJSDoc": { "checkParamNames": true, "requireParamTypes": true } }
It essentially disables JSCS while keeping JSHint open. Hopefully that helps.
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