File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Finally, enable all of the rules that you would like to use.
50
50
"react/jsx-sort-props" : 1 ,
51
51
"react/jsx-uses-react" : 1 ,
52
52
"react/jsx-uses-vars" : 1 ,
53
+ "react/no-danger" : 1 ,
53
54
"react/no-did-mount-set-state" : 1 ,
54
55
"react/no-did-update-set-state" : 1 ,
55
56
"react/no-multi-comp" : 1 ,
@@ -75,6 +76,7 @@ Finally, enable all of the rules that you would like to use.
75
76
* [ jsx-sort-props] ( docs/rules/jsx-sort-props.md ) : Enforce props alphabetical sorting
76
77
* [ jsx-uses-react] ( docs/rules/jsx-uses-react.md ) : Prevent React to be incorrectly marked as unused
77
78
* [ jsx-uses-vars] ( docs/rules/jsx-uses-vars.md ) : Prevent variables used in JSX to be incorrectly marked as unused
79
+ * [ no-danger] ( docs/rules/no-danger.md ) : Prevent usage of dangerous JSX properties
78
80
* [ no-did-mount-set-state] ( docs/rules/no-did-mount-set-state.md ) : Prevent usage of setState in componentDidMount
79
81
* [ no-did-update-set-state] ( docs/rules/no-did-update-set-state.md ) : Prevent usage of setState in componentDidUpdate
80
82
* [ no-multi-comp] ( docs/rules/no-multi-comp.md ) : Prevent multiple component definition per file
You can’t perform that action at this time.
0 commit comments