diff --git a/cateditor/.eslintrc.js b/cateditor/.eslintrc.js index 82ae4a8..79ad1bc 100644 --- a/cateditor/.eslintrc.js +++ b/cateditor/.eslintrc.js @@ -16,6 +16,7 @@ module.exports = { ArrayExpression: "first" }], 'comma-dangle': ['warn', 'only-multiline'], 'spaced-comment': 'off', + 'space-before-function-paren': ['warn', 'never'], }, parserOptions: { parser: 'babel-eslint'