Home > Software design >  Is it possible to temporarily switch off tslint in visual code studio?
Is it possible to temporarily switch off tslint in visual code studio?

Time:09-18

I looked up this question, but I'm looking for a way to temporarily switch typescript linting off (not to uninstall everything). Is this possible? Thanks!

CodePudding user response:

find tslint in extensions, push small gear and disable it:

enter image description here

CodePudding user response:

When you click Extensions tab (control shift X) try find tslint in your "installed" list and click on "disable"

  • Related