I'm having an issue while running the jshint task. It alerts me to add esversion: 6 to my .jshintrc file. I entered it like so:
{
"esversion": 6
}
When that didn't work I tried adding it inline like so:
/*jshint esversion: 6 */
However, it's still throwing the same error. Has anyone else experienced this?