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

Ability to validate rules? #2142

Closed
DylanPiercey opened this issue Mar 25, 2015 · 3 comments
Closed

Ability to validate rules? #2142

DylanPiercey opened this issue Mar 25, 2015 · 3 comments
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion

Comments

@DylanPiercey
Copy link

Is there a way to run a .eslintrc/config through a validator that would tell me if there are typo's in any of my rules?

Or at-least export the selected rules from the demo.

@gyandeeps
Copy link
Member

I like the idea.
To add to it, it can also tell which rules are deprecated.

@DylanPiercey
Copy link
Author

It would also be nice if it could tell if the options are valid.

IE:

{"yoda": true}
// should be
{"yoda": [2, "always"]}

@nzakas
Copy link
Member

nzakas commented Mar 25, 2015

Duplicate of #967.

@nzakas nzakas closed this as completed Mar 25, 2015
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 7, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion
Projects
None yet
Development

No branches or pull requests

3 participants