Skip to content

Commit 0a5eaa9

Browse files
committed
Add jsx-pascal-case to complete list of rules
The `jsx-pascal-case` isn't in the example complete config.
1 parent b437680 commit 0a5eaa9

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)