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

no-labels has invalid config #25

Closed
alexweber opened this issue Feb 11, 2016 · 1 comment
Closed

no-labels has invalid config #25

alexweber opened this issue Feb 11, 2016 · 1 comment

Comments

@alexweber
Copy link

Getting the following error:

Error: standard: Configuration for rule "no-labels" is invalid: Value "2,[object Object]" has more items than allowed.

Using the following versions:

  • "eslint": "^2.0.0-rc.1",
  • "eslint-config-standard": "^5.1.0",
  • "eslint-plugin-promise": "^1.0.8",
  • "eslint-plugin-standard": "^1.3.2",
@feross
Copy link
Member

feross commented Feb 12, 2016

Duplicate of #23.

eslint-config-standard v5.0.0 is designed for use with eslint v2.0.0, which is due to be released soon.

Try updating eslint: npm install [email protected].

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 eslint-config-standard v5.0.0.

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

No branches or pull requests

2 participants