File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ Enable the rules that you would like to use.
154
154
| | | [ react/no-unused-state] ( docs/rules/no-unused-state.md ) | Prevent definition of unused state fields |
155
155
| | | [ react/no-will-update-set-state] ( docs/rules/no-will-update-set-state.md ) | Prevent usage of setState in componentWillUpdate |
156
156
| | | [ 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 |
157
158
| | 🔧 | [ react/prefer-read-only-props] ( docs/rules/prefer-read-only-props.md ) | Require read-only props. |
158
159
| | | [ react/prefer-stateless-function] ( docs/rules/prefer-stateless-function.md ) | Enforce stateless components to be written as a pure function |
159
160
| ✔ | | [ react/prop-types] ( docs/rules/prop-types.md ) | Prevent missing props validation in a React component definition |
You can’t perform that action at this time.
0 commit comments