From cf903119d4001b5d052ef0ff42b1d1f0fbd6d5ff Mon Sep 17 00:00:00 2001 From: Dustin Specker Date: Sat, 27 May 2017 16:00:21 -0500 Subject: [PATCH] fix(jsx): remove old rule --- src/jsx.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jsx.js b/src/jsx.js index 6fb4a2a..cee4fc7 100644 --- a/src/jsx.js +++ b/src/jsx.js @@ -36,7 +36,6 @@ config.rules['react/jsx-no-literals'] = 2 config.rules['react/jsx-no-target-blank'] = 2 config.rules['react/jsx-no-undef'] = 2 config.rules['react/jsx-pascal-case'] = 2 -config.rules['react/jsx-sort-prop-types'] = 2 config.rules['react/jsx-sort-props'] = 2 config.rules['react/jsx-space-before-closing'] = [2, 'always'] config.rules['react/jsx-tag-spacing'] = 2