diff --git a/.eslintrc b/.eslintrc index d51e106247a..8a337e867bd 100644 --- a/.eslintrc +++ b/.eslintrc @@ -57,7 +57,7 @@ "block-scoped-var": 0, // see Babel section "complexity": 0, "consistent-return": 0, - "curly": [1, "multi-line"], + "curly": 0, "default-case": 0, "dot-notation": [0, { "allowKeywords": true,