Skip to content

Commit a025f4f

Browse files
committed
Fix error in rules list in README (fixes #371)
1 parent f428419 commit a025f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Finally, enable all of the rules that you would like to use.
7171
"react/jsx-max-props-per-line": 1,
7272
"react/jsx-no-bind": 1,
7373
"react/jsx-no-duplicate-props": 1,
74-
"react/jsx-no-is-mounted": 1,
7574
"react/jsx-no-literals": 1,
7675
"react/jsx-no-undef": 1,
7776
"react/jsx-pascal-case": 1,
@@ -85,6 +84,7 @@ Finally, enable all of the rules that you would like to use.
8584
"react/no-did-mount-set-state": 1,
8685
"react/no-did-update-set-state": 1,
8786
"react/no-direct-mutation-state": 1,
87+
"react/no-is-mounted": 1,
8888
"react/no-multi-comp": 1,
8989
"react/no-set-state": 1,
9090
"react/no-string-refs": 1,

0 commit comments

Comments
 (0)