From 8ba1b7137e5d8d64fbc6d0d7d74484c2e713af57 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:45:19 +0530 Subject: [PATCH] chore: Enable few eslint rules to enforce consistent code (#8082) --- .eslintrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index eadbd5eb52..7719dfaec0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -51,7 +51,11 @@ ], "no-control-regex": [ "off" - ] + ], + "space-before-blocks": "warn", + "keyword-spacing": "warn", + "comma-spacing": "warn", + "key-spacing": "warn", }, "root": true, "globals": {