diff --git a/eslintrc.json b/eslintrc.json index 2c786131..bed248a0 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -114,6 +114,7 @@ "space-after-keywords": [2, "always"], "space-before-blocks": [2, "always"], "space-before-function-paren": [2, "always"], + "space-before-keywords": [2, "always"], "space-in-parens": [2, "never"], "space-infix-ops": 2, "space-return-throw-case": 2,