Skip to content

Commit ee6fdae

Browse files
committed
[readme] rerun npm run generate-list-of-rules
1 parent 48e04c2 commit ee6fdae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Enable the rules that you would like to use.
154154
| | | [react/no-unused-state](docs/rules/no-unused-state.md) | Prevent definition of unused state fields |
155155
| | | [react/no-will-update-set-state](docs/rules/no-will-update-set-state.md) | Prevent usage of setState in componentWillUpdate |
156156
| | | [react/prefer-es6-class](docs/rules/prefer-es6-class.md) | Enforce ES5 or ES6 class for React Components |
157+
| | | [react/prefer-exact-props](docs/rules/prefer-exact-props.md) | Prefer exact proptype definitions |
157158
| | 🔧 | [react/prefer-read-only-props](docs/rules/prefer-read-only-props.md) | Require read-only props. |
158159
| | | [react/prefer-stateless-function](docs/rules/prefer-stateless-function.md) | Enforce stateless components to be written as a pure function |
159160
|| | [react/prop-types](docs/rules/prop-types.md) | Prevent missing props validation in a React component definition |

0 commit comments

Comments
 (0)