We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
refs #14
ESLint should validate configuration for built-in rules, and throw if the configuration is invalid.
We had a regression described in eslint/eslint#13793, due to the lack of tests for this scenario.
An integration test has been added in the eslint/eslint repo (eslint/eslint#13794), but we should add some unit tests to this repository, too.
The text was updated successfully, but these errors were encountered:
@mdjermanovic do you have a plan for what to do here?
Sorry, something went wrong.
I'm working on this.
Chore: add tests for built-in rules config schema validation (fixes #15)
7f9ae78
Chore: add tests for built-in rules config schema validation (fixes #15…
7c43d77
…) (#31)
Successfully merging a pull request may close this issue.
refs #14
ESLint should validate configuration for built-in rules, and throw if the configuration is invalid.
We had a regression described in eslint/eslint#13793, due to the lack of tests for this scenario.
An integration test has been added in the eslint/eslint repo (eslint/eslint#13794), but we should add some unit tests to this repository, too.
The text was updated successfully, but these errors were encountered: