Skip to content

Commit add052f

Browse files
committed
Merge pull request #325 from briandipalma/patch-1
Add `jsx-pascal-case` to complete list of rules
2 parents 0b0e4fb + 0a5eaa9 commit add052f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Finally, enable all of the rules that you would like to use.
5858
"react/jsx-no-duplicate-props": 1,
5959
"react/jsx-no-literals": 1,
6060
"react/jsx-no-undef": 1,
61+
"react/jsx-pascal-case": 1,
6162
"react/jsx-quotes": 1,
6263
"react/jsx-sort-prop-types": 1,
6364
"react/jsx-sort-props": 1,

0 commit comments

Comments
 (0)