Sublime-JSHint
Sublime-JSHint copied to clipboard
Option esversion doesn't work.
I use ES6 features like const, let, arrow functions. Unfortunately JSHint hints them even although there's "esversion": 6
in .jshintrc settings.
Other JSHint options work, for example "node": true
works.
Also a bit weird is that this package hints me with
(use 'esversion: {b}')
Why "{b}"?
I have the same problem. It works when I set /*jshint esversion: 6 */
inside the file itself, but not when I have "esversion": 6
inside my sublime config file