Skip to content

fix: disallow extra properties in rule options#3939

Open
andreww2012 wants to merge 1 commit intojsx-eslint:masterfrom
andreww2012:fix/disallow-extra-properties-in-rule-options
Open

fix: disallow extra properties in rule options#3939
andreww2012 wants to merge 1 commit intojsx-eslint:masterfrom
andreww2012:fix/disallow-extra-properties-in-rule-options

Conversation

@andreww2012
Copy link
Copy Markdown

Some rules, for example forbid-component-props currently allow extra properties to be passed in options object, which should not be allowed. This makes it easier for typos in rule options to go unnoticed.

This PR simply disallows extra properties in rules' schemas which currently allow them.

@andreww2012 andreww2012 force-pushed the fix/disallow-extra-properties-in-rule-options branch from 7fae114 to d71f78b Compare July 17, 2025 08:30
@ljharb ljharb added the semver-major Breaking change. label Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-major Breaking change.

Development

Successfully merging this pull request may close these issues.

2 participants