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

Test built-in rule schema validation #15

Closed
mdjermanovic opened this issue Oct 26, 2020 · 2 comments · Fixed by #31
Closed

Test built-in rule schema validation #15

mdjermanovic opened this issue Oct 26, 2020 · 2 comments · Fixed by #31

Comments

@mdjermanovic
Copy link
Member

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.

@nzakas
Copy link
Member

nzakas commented Mar 10, 2021

@mdjermanovic do you have a plan for what to do here?

@mdjermanovic
Copy link
Member Author

I'm working on this.

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

Successfully merging a pull request may close this issue.

2 participants