Currently I\'m running my tests with protractor/grunt but I\'m getting the follow error message:
\'arrow function syntax (=>)\' is only available in ES6 (use
It is not possible to add /*jshint esversion: 6 */
in each file.js file.
Instead of above, please do below changes if you are using Visual Studio Code: -
"jshint.options": {},
"jshint.options": {"esversion": 6},
by clicking on Edit on the left