File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Enable the rules that you would like to use.
112
112
* [ react/no-children-prop] ( docs/rules/no-children-prop.md ) : Prevent passing children as props
113
113
* [ react/no-danger] ( docs/rules/no-danger.md ) : Prevent usage of dangerous JSX properties
114
114
* [ react/no-danger-with-children] ( docs/rules/no-danger-with-children.md ) : Prevent problem with children and props.dangerouslySetInnerHTML
115
- * [ react/no-deprecated] ( docs/rules/no-deprecated.md ) : Prevent usage of deprecated methods, including component lifecyle methods
115
+ * [ react/no-deprecated] ( docs/rules/no-deprecated.md ) : Prevent usage of deprecated methods, including component lifecycle methods
116
116
* [ react/no-did-mount-set-state] ( docs/rules/no-did-mount-set-state.md ) : Prevent usage of ` setState ` in ` componentDidMount `
117
117
* [ react/no-did-update-set-state] ( docs/rules/no-did-update-set-state.md ) : Prevent usage of ` setState ` in ` componentDidUpdate `
118
118
* [ react/no-direct-mutation-state] ( docs/rules/no-direct-mutation-state.md ) : Prevent direct mutation of ` this.state `
You can’t perform that action at this time.
0 commit comments