Sublime-JSHint icon indicating copy to clipboard operation
Sublime-JSHint copied to clipboard

Option esversion doesn't work.

Open MatixYo opened this issue 8 years ago • 1 comments

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}"?

MatixYo avatar Aug 10 '16 16:08 MatixYo

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

coilysiren avatar Sep 20 '16 00:09 coilysiren