diff --git a/README.md b/README.md index e8d59c4263..cc04caa9f6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Finally, enable all of the rules that you would like to use. "react/jsx-indent-props": 1, "react/jsx-max-props-per-line": 1, "react/jsx-no-duplicate-props": 1, + "react/jsx-no-literals": 1, "react/jsx-no-undef": 1, "react/jsx-quotes": 1, "react/jsx-sort-prop-types": 1,