diff --git a/.eslintrc.json b/.eslintrc.json index c04e2d3109..ac68f77de4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,8 @@ "prefer-const": "error", "space-infix-ops": "error", "no-useless-escape": "off", - "require-atomic-updates": "off" + "require-atomic-updates": "off", + "object-curly-spacing": ["error", "always"] }, "globals": { "Parse": true