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