From 0a5eaa92eb39816d7d757c83ee9b68029cac3b6b Mon Sep 17 00:00:00 2001 From: Brian Di Palma Date: Sat, 21 Nov 2015 16:47:05 +0000 Subject: [PATCH] Add `jsx-pascal-case` to complete list of rules The `jsx-pascal-case` isn't in the example complete config. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da8f35cd38..da14674c1e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Finally, enable all of the rules that you would like to use. "react/jsx-no-duplicate-props": 1, "react/jsx-no-literals": 1, "react/jsx-no-undef": 1, + "react/jsx-pascal-case": 1, "react/jsx-quotes": 1, "react/jsx-sort-prop-types": 1, "react/jsx-sort-props": 1,