Skip to content

Commit 12b6620

Browse files
committed
Add missing rule from list (react/jsx-no-literals)
1 parent 94ab26a commit 12b6620

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
@@ -53,6 +53,7 @@ Finally, enable all of the rules that you would like to use.
5353
"react/jsx-indent-props": 1,
5454
"react/jsx-max-props-per-line": 1,
5555
"react/jsx-no-duplicate-props": 1,
56+
"react/jsx-no-literals": 1,
5657
"react/jsx-no-undef": 1,
5758
"react/jsx-quotes": 1,
5859
"react/jsx-sort-prop-types": 1,

0 commit comments

Comments
 (0)