From 4a317f8efcd498357d1da33a4cd2718c0789be8d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sat, 1 Jul 2017 14:51:58 -0700 Subject: [PATCH] Remove style rules now handled by prettier --- .eslintrc | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.eslintrc b/.eslintrc index 6195a8a7..054dd962 100644 --- a/.eslintrc +++ b/.eslintrc @@ -161,20 +161,6 @@ "radix": "error", "react/no-string-refs": "error", "react/jsx-boolean-value": "error", - "react/jsx-closing-bracket-location": [ - "error", - "line-aligned" - ], - "react/jsx-curly-spacing": "error", - "react/jsx-equals-spacing": "error", - "react/jsx-first-prop-new-line": [ - "error", - "multiline" - ], - "react/jsx-indent": [ - "error", - 2 - ], "react/jsx-uses-react": "error", "react/jsx-uses-vars": "error", "react/prefer-stateless-function": "error", @@ -204,4 +190,4 @@ "wrap-iife": "error", "prettier/prettier": "error" } -} \ No newline at end of file +}