We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cbcde commit b2ef5e9Copy full SHA for b2ef5e9
docs/rules/forbid-component-props.md
@@ -45,7 +45,7 @@ Examples of **correct** code for this rule:
45
46
An array specifying the names of props that are forbidden. The default value of this option is `['className', 'style']`.
47
Each array element can either be a string with the property name or object specifying the property name, an optional
48
-custom message, and a component whitelist:
+custom message, and a component allowlist:
49
50
```js
51
{
0 commit comments