File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1010
1111### Changed
1212* [ Perf] component detection: improve performance by avoiding traversing parents unnecessarily ([ #3459 ] [ ] @golopot )
13+ * [ Docs] ` forbid-component-props ` : inclusive language w/ allowlist ([ #3473 ] [ ] @AndersDJohnson )
1314
15+ [ #3473 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3473
1416[ #3464 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3464
1517[ #3459 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3459
1618
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Examples of **correct** code for this rule:
4545
4646An array specifying the names of props that are forbidden. The default value of this option is ` ['className', 'style'] ` .
4747Each 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 :
48+ custom message, and a component allowlist :
4949
5050``` js
5151{
You can’t perform that action at this time.
0 commit comments