When i write code in js with Es6 syntax, jahint throws lots of problems. I tried to insert this:
"jshint.options": {
"esversion": 6
}
to settings.json but it doesn't work. Also .jshintrc doesn't work. How can i fix this problem to write in es6?
Similar questions didn't give me answer...