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": {