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

esversion 9

"jshint.options": { "esversion": 9 }
Posted by: Guest on August-20-2020

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