diff --git a/.eslintrc b/.eslintrc index a3be3a479..70947143a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,7 +30,7 @@ rules: no-unneeded-ternary: 2 operator-assignment: [2, "always"] operator-linebreak: [2, "after"] - space-after-keywords: [2, "always"] + keyword-spacing: 2 space-before-blocks: [2, "always"] space-before-function-paren: [2, {"anonymous": "never", "named": "never"}] object-curly-spacing: [2, "never"]