Answers for "'template literal syntax' is only available in es6 (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

'template literal syntax' is only available in ES6

Add this at the top of your vscode

/*jshint esversion: 6 */
Posted by: Guest on January-28-2022

Code answers related to "'template literal syntax' is only available in es6 (use 'esversion: 6')."

Code answers related to "Javascript"

Browse Popular Code Answers by Language