arrow function syntax (=>)’ is only available in ES6 (use ‘esversion: 6’)
I was able to resolve this issue by adding this block of code at the top of each file.js that accused the error /*jshint esversion: 6 */ Example:
I was able to resolve this issue by adding this block of code at the top of each file.js that accused the error /*jshint esversion: 6 */ Example: