Skip to content

Commit

Permalink
Merge pull request #325 from briandipalma/patch-1
Browse files Browse the repository at this point in the history
Add `jsx-pascal-case` to complete list of rules
  • Loading branch information
yannickcr committed Nov 22, 2015
2 parents 0b0e4fb + 0a5eaa9 commit add052f
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 @@ -58,6 +58,7 @@ Finally, enable all of the rules that you would like to use.
"react/jsx-no-duplicate-props": 1,
"react/jsx-no-literals": 1,
"react/jsx-no-undef": 1,
"react/jsx-pascal-case": 1,
"react/jsx-quotes": 1,
"react/jsx-sort-prop-types": 1,
"react/jsx-sort-props": 1,
Expand Down

0 comments on commit add052f

Please sign in to comment.