-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't get it to work with babel-eslint parser #18
Comments
Can you try installing the latest version of standard globally? Looks like you have |
Oops, nevermind, I misread the stack trace. I see that its node v4.0.0 :) OK back to pondering this |
Does it work just running This might be funky peer dependencies thing...? |
when just running
from there, it's a waterfall of dependencies. Installing eslint globally I then get
then same thing happens when installing My top level package.json where I run I spent couple of good hours here today trying to understand what's going on here, but couldn't |
I don't see how to turn on stage 0 babel features with |
ES6 features should be allowed with the latest I ran into a small issue as I left the |
I don't have Another thing i've noticed is this:
I have the top level
My client |
FYI I had to change my "standard": {
"@disable": false,
"args": ["--parser", "babel-eslint"],
"chdir": "${home}",
"excludes": []
} |
I have the following:
standard
v5.3.1 installed globallystandard
v5.3.1 installed locally in package.jsonbabel-eslint
v4.1.3 installed globallybabel-eslint
v4.1.3 installed locally in package.jsonbabel-eslint
explicitly defined as standard's parser defined in package.jsonMy project uses React and some ES7 features as well (stage 0).
In my package.json I have defined standard to run as a script so I can run it by doing
npm run lint
When doing
npm run lint
all is working fine.In sublime, i get the following error in debug console
The text was updated successfully, but these errors were encountered: