jsx-eslint / eslint-plugin-react

React-specific linting rules for ESLint
MIT License
8.86k stars 2.75k forks source link

[New]`forbid-component-props`: add `propNameRegex` option #3774

Open akulsr0 opened 4 days ago

akulsr0 commented 4 days ago

Add propNameRegex option to allow / disallow prop name patterns

Closes #3681