-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
Configuration for rule "no-labels" is invalid #23
Comments
PR submitted |
+1 (sorry that Github does not have a simple +1 button) |
Try updating eslint: The release candidate (RC) version of eslint v2.0.0 is quite stable and already ready for use, IMO. But if you're conservative, I'd wait until the stable v2.0.0 release before upgrading to |
I use eslint 2.0.0 and eslint-config-standard 5.1.0. I still get: |
Same here, with node 5.6 but not with 4.2 |
Please re-open this issue. |
@knownasilya It looks like your issue is caused by using an old version of @zmarty This configuration works fine with eslint 2.x. Your issue is due to eslint 1.x getting used somehow. Try updating |
@feross yes, thanks I saw your comment in the other repo and that solved my issue. Although still having that issue with Node 5.6 and the react error with snazzy. |
@knownasilya this issue? standard/snazzy#8 let's discuss over there. |
Like I said, I have the issue with 2.0.0. And 5.10. Any ideas on that?
|
@im-martijn Can you run I bet you'll find eslint 1.x somewhere in the tree. |
Yes. I have eslint@^2.0.0 in my package.json, but also gulp-eslint@^1.1.1
|
@im-martijn Yeah, Why don't you just depend on the older version of |
@im-martijn See standard/snazzy#8 (comment). That might also be the cause of your issue, if you're using |
@chibicode Thanks for sharing that info. Should help future folks coming in from Google :) |
eslint version: 1.10.3
eslint-config-standard version: 5.0.0
eslint-plugin-promise version: 1.0.8
eslint-plugin-standard version: 1.3.1
Full error:
Wasn't seeing this issue with
eslint-config-standard
4.x.x...The text was updated successfully, but these errors were encountered: