diff --git a/.eslintrc.js b/.eslintrc.js index 03849227..56e34ac5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,6 +29,7 @@ module.exports = { } ], camelcase: 'off', - '@typescript-eslint/camelcase': 'off' + '@typescript-eslint/camelcase': 'off', + 'space-before-function-paren': 'off' } }