-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Breaking: Add missing rule schemas #3106
base: master
Are you sure you want to change the base?
Conversation
7cec124
to
f5a3bb3
Compare
|
||
messages | ||
messages, | ||
schema: [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i assume these are breaking changes, because it forbids any option to be passed, where previously any option was allowed but ignored?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. We want to make sure people do not pass garbage/non-existent options to our rules.
1201088
to
52cd580
Compare
59af733
to
865ed16
Compare
069314a
to
181c68f
Compare
380e32c
to
51d342b
Compare
Enforced by eslint-plugin/require-meta-schema after the eslint-plugin-eslint-plugin v4 upgrade (#3105).