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?