Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 100106

How to configure jshint in Visual Studio code

$
0
0

I have followed the instructions here and attempted to supply a global configuration for jshint VSCode as follows

  • Workspace: This has been edited to read {"folders":[]jshint.config":"jshint.config"}
  • jshint.config:I placed this file in the workspace folder and added configuration options along the lines of `{"esversion":6,"evil":true}

I then restarted VSCode and reopened the same workspace. I had expected that I would no longer see irritating wavy orange underlines under code constructs containing let eval.... However, this has not changed. Am I doing something wrong here?


Viewing all articles
Browse latest Browse all 100106

Trending Articles