diff --git a/eslintrc.json b/eslintrc.json index bed248a0..74d2f5d0 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -104,6 +104,7 @@ "no-unused-vars": [2, { "vars": "all", "args": "none" }], "no-useless-call": 2, "no-with": 2, + "object-curly-spacing": [2, "always"], "one-var": [2, { "initialized": "never" }], "operator-linebreak": [2, "after", { "overrides": { "?": "before", ":": "before" } }], "padded-blocks": [2, "never"],