From 1bd2f527b4c3e89980cbbf6df20516ed2ad35016 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 5 Jul 2019 16:47:04 -0700 Subject: [PATCH] remove redundant standard-plugin rules --- eslintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/eslintrc.json b/eslintrc.json index a671b33c..02f4e870 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -206,9 +206,7 @@ "promise/param-names": "error", - "standard/array-bracket-even-spacing": ["error", "either"], "standard/computed-property-even-spacing": ["error", "even"], "standard/no-callback-literal": "error", - "standard/object-curly-even-spacing": ["error", "either"] } }