Answers for "jshint use 'esversion: 6'"

2

template literal syntax' is only available in ES6 (use 'esversion: 6'). (W119)jshint(W119)

Add a file named .jshintrc to your project and inside this file type this.

{
    "esversion": 6
}
Posted by: Guest on July-18-2020
0

Jshint esversion: 6

when jshint throw warning on using const and let use this before writing any js code
/* jshint esversion: 6 */
Posted by: Guest on October-22-2021

Code answers related to "jshint use 'esversion: 6'"

Code answers related to "Javascript"

Browse Popular Code Answers by Language