Skip to content

Commit

Permalink
Fix error in rules list in README (fixes #371)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Dec 23, 2015
1 parent f428419 commit a025f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Finally, enable all of the rules that you would like to use.
"react/jsx-max-props-per-line": 1,
"react/jsx-no-bind": 1,
"react/jsx-no-duplicate-props": 1,
"react/jsx-no-is-mounted": 1,
"react/jsx-no-literals": 1,
"react/jsx-no-undef": 1,
"react/jsx-pascal-case": 1,
Expand All @@ -85,6 +84,7 @@ Finally, enable all of the rules that you would like to use.
"react/no-did-mount-set-state": 1,
"react/no-did-update-set-state": 1,
"react/no-direct-mutation-state": 1,
"react/no-is-mounted": 1,
"react/no-multi-comp": 1,
"react/no-set-state": 1,
"react/no-string-refs": 1,
Expand Down

0 comments on commit a025f4f

Please sign in to comment.