diff --git a/.eslintrc.js b/.eslintrc.js index 2a14eac6..90c0f3fd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,5 +13,6 @@ module.exports = { "no-empty": "off", "no-prototype-builtins": "off", "no-unused-vars": "warn", + "object-curly-spacing": ["warn", "never"] } };