From 4ecbfe11c446fb8771235039d734436261086fb8 Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Sat, 21 Nov 2015 12:30:15 -0800 Subject: [PATCH] add to list of rules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be64e94749..682a1622c7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Finally, enable all of the rules that you would like to use. "react/jsx-boolean-value": 1, "react/jsx-closing-bracket-location": 1, "react/jsx-curly-spacing": 1, + "react/jsx-handler-names": 1, "react/jsx-indent-props": 1, "react/jsx-key": 1, "react/jsx-max-props-per-line": 1,