File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ Enable the rules that you would like to use.
132
132
* [ react/no-unused-state] ( docs/rules/no-unused-state.md ) : Prevent definitions of unused state properties
133
133
* [ react/no-will-update-set-state] ( docs/rules/no-will-update-set-state.md ) : Prevent usage of ` setState ` in ` componentWillUpdate `
134
134
* [ react/prefer-es6-class] ( docs/rules/prefer-es6-class.md ) : Enforce ES5 or ES6 class for React Components
135
+ * [ react/prefer-read-only-props] ( docs/rules/react/prefer-read-only-props.md ) : Enforce that props are read-only
135
136
* [ react/prefer-stateless-function] ( docs/rules/prefer-stateless-function.md ) : Enforce stateless React Components to be written as a pure function
136
137
* [ react/prop-types] ( docs/rules/prop-types.md ) : Prevent missing props validation in a React component definition
137
138
* [ react/react-in-jsx-scope] ( docs/rules/react-in-jsx-scope.md ) : Prevent missing ` React ` when using JSX
You can’t perform that action at this time.
0 commit comments