diff --git a/.eslintrc.js b/.eslintrc.js index dcd4215c5..9e0eb4574 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,6 +36,7 @@ module.exports = { "no-multi-spaces": ["error", { ignoreEOLComments: true, }], + "space-before-function-paren": ["error", "always"], "curly": "error", "object-curly-spacing": ["error", "always"], "object-curly-newline": "off",