From a9d129fddc28bf6e693695e04be86c6d87c75fd1 Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Thu, 21 Sep 2017 09:12:09 +0000 Subject: [PATCH] ES5 block-spacing --- .eslintrc.es5.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.es5.json b/.eslintrc.es5.json index d2ad528620..d762fd75ab 100644 --- a/.eslintrc.es5.json +++ b/.eslintrc.es5.json @@ -29,7 +29,6 @@ "no-empty": 0, "no-useless-escape": 0, "wrap-iife": 0, - "block-spacing": 0, "computed-property-spacing": 0, "no-plusplus": 0, "array-bracket-spacing": 0,