We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94ab26a + 12b6620 commit 87eb392Copy full SHA for 87eb392
README.md
@@ -53,6 +53,7 @@ Finally, enable all of the rules that you would like to use.
53
"react/jsx-indent-props": 1,
54
"react/jsx-max-props-per-line": 1,
55
"react/jsx-no-duplicate-props": 1,
56
+ "react/jsx-no-literals": 1,
57
"react/jsx-no-undef": 1,
58
"react/jsx-quotes": 1,
59
"react/jsx-sort-prop-types": 1,
0 commit comments