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

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

{
    "esversion": 6
}

Source

Also in JavaScript: