Esversion 9
"jshint.options": { "esversion": 9 }
Coffee Addict
"jshint.options": { "esversion": 9 }
when jshint throw warning on using const and let use this before writing any js code
/* jshint esversion: 6 */
"jshint.options":{
"esversion":6
}