victorporof / Sublime-JSHint

JSHint Gutter for Sublime Text 2 and 3 via node.js
https://github.com/victorporof/Sublime-JSHint
682 stars 71 forks source link

Fresh install, errors on first line #130

Open salamanders opened 8 years ago

salamanders commented 8 years ago

I get 0:0 incompatible values for the 'undefined' and 'undefined' linting options Anything I can check on to get it working? What info do you need re: install?

node -v v5.9.1 Sublime build 3103

gklandes commented 8 years ago

I was seeing the same issue and found that a setting in my project's .jshintrc was causing the problem:

{
  "esversion": 3
}

When I removed that setting everything worked again normally. I don't know if any other options would have the same effect or why this option in particular would do that. I did notice, though, 2 strange things:

Aaqib041 commented 8 years ago

Hi Team,

Looking for end to end installation and usage document. I could not find any relevant information on site.Please help.