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

ESLint schema should support "off", "warning", "error" for rules #170

Closed
dbaeumer opened this issue May 25, 2016 · 4 comments
Closed

ESLint schema should support "off", "warning", "error" for rules #170

dbaeumer opened this issue May 25, 2016 · 4 comments

Comments

@dbaeumer
Copy link
Contributor

No description provided.

@dbaeumer
Copy link
Contributor Author

Closing. This is only valid if the rule value is an array. Otherwise 0, 1, 2 needs to be used.

@dbaeumer
Copy link
Contributor Author

Reoping. Actually the values "off", "warn" and "error" are legal.

@dbaeumer dbaeumer reopened this May 26, 2016
@dbaeumer
Copy link
Contributor Author

An legal example is:

{
...
    "semi": "warn"
...
}

madskristensen added a commit that referenced this issue May 26, 2016
@madskristensen
Copy link
Contributor

Fixed by PR

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

2 participants