eslint-plugin-react
eslint-plugin-react copied to clipboard
[New] `forbid-component-props`: add `allowedForPatterns` and `disallowedForPatterns` options
Initially, issue was described here, but it was closed by another PR (although this PR implements different case).
So, this PR just reimplements Regex
implementation with globs
as was suggested in one of the comments.