I am using Visual Studio Community 2015 with Web Essentials (if this is relevant). IntelliSense works fine when editing files.
But recently it started also generating multiple warnings about style, syntax etc. (This, maybe, happened after I updated VS to version 14.0.25431.01 Update 3; or have I updated Web Essentials too?).
I really like some of these warnings, but they are drowned in the warnings that are of no use for me:
The warnings there have links to the rules, all pointing to Palantir's tslint on Github. However, I cannot find a way to configure this tool (if Visual Studio's IntelliSense indeed uses tslint). I never installed it explicitly, I do not have tslint.json file on my computer.
I know that I can filter in the Warning window to show only a certain keyword. But how can I configure IntelliSense to suppress some rules?
.
). As it mentions on that website, you can add a tslint.json file which will configure tslint, or you can look in Tools, Options for the Web Essentials area, where I believe there's a way of turning it off. – Heretic Monkey