You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Why "{b}"?
The text was updated successfully, but these errors were encountered: