We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f428419 commit a025f4fCopy full SHA for a025f4f
README.md
@@ -71,7 +71,6 @@ Finally, enable all of the rules that you would like to use.
71
"react/jsx-max-props-per-line": 1,
72
"react/jsx-no-bind": 1,
73
"react/jsx-no-duplicate-props": 1,
74
- "react/jsx-no-is-mounted": 1,
75
"react/jsx-no-literals": 1,
76
"react/jsx-no-undef": 1,
77
"react/jsx-pascal-case": 1,
@@ -85,6 +84,7 @@ Finally, enable all of the rules that you would like to use.
85
84
"react/no-did-mount-set-state": 1,
86
"react/no-did-update-set-state": 1,
87
"react/no-direct-mutation-state": 1,
+ "react/no-is-mounted": 1,
88
"react/no-multi-comp": 1,
89
"react/no-set-state": 1,
90
"react/no-string-refs": 1,
0 commit comments