Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install, errors on first line #130

Open
salamanders opened this issue Mar 29, 2016 · 2 comments
Open

Fresh install, errors on first line #130

salamanders opened this issue Mar 29, 2016 · 2 comments

Comments

@salamanders
Copy link

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
Copy link

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:

  • running jshint from the command line was NOT affected by the above setting; it ran normally while the plugin failed
  • adding a "trailing" comma to the last setting before the closing "}" allowed the plugin to work BUT broke command line execution with the error msg: ERROR: Can't parse config file: /Users/gabe/src/frontlinesix/src/app/.jshintrc // Error:SyntaxError: Unexpected token }

@Aaqib041
Copy link

Hi Team,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants