Skip to content

Commit

Permalink
Merge pull request #222 from Andersos/patch-1
Browse files Browse the repository at this point in the history
Add missing rule from list (react/jsx-no-literals)
  • Loading branch information
yannickcr committed Sep 21, 2015
2 parents 94ab26a + 12b6620 commit 87eb392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Finally, enable all of the rules that you would like to use.
"react/jsx-indent-props": 1,
"react/jsx-max-props-per-line": 1,
"react/jsx-no-duplicate-props": 1,
"react/jsx-no-literals": 1,
"react/jsx-no-undef": 1,
"react/jsx-quotes": 1,
"react/jsx-sort-prop-types": 1,
Expand Down

0 comments on commit 87eb392

Please sign in to comment.