Skip to content

Commit 87eb392

Browse files
committed
Merge pull request #222 from Andersos/patch-1
Add missing rule from list (react/jsx-no-literals)
2 parents 94ab26a + 12b6620 commit 87eb392

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)