Skip to content

Commit

Permalink
Add jsx-pascal-case to complete list of rules
Browse files Browse the repository at this point in the history
The `jsx-pascal-case` isn't in the example complete config.
  • Loading branch information
briandipalma committed Nov 21, 2015
1 parent b437680 commit 0a5eaa9
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 0a5eaa9

Please sign in to comment.