From 12b66202f0b65faaaf3ef5377c8de453bcc50561 Mon Sep 17 00:00:00 2001 From: Anders Olsen Sandvik Date: Sat, 19 Sep 2015 00:08:24 +0200 Subject: [PATCH] Add missing rule from list (react/jsx-no-literals) --- README.md | 1 + 1 file changed, 1 insertion(+) 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,