diff --git a/.eslintrc.json b/.eslintrc.json index 931bc31..dcb7e1f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,6 +27,8 @@ "padding-line-between-statements": [ "error", { "blankLine": "always", "prev": "*", "next": "return" } - ] + ], + "brace-style": [2, "stroustrup", { "allowSingleLine": false }], + "curly": ["error", "all"] } } \ No newline at end of file