Browse Source

disable eslint 'space-before-function-paren'

Yuki Takei 7 months ago
parent
commit
9f1baa0862
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/app/.eslintrc.js

+ 1 - 0
apps/app/.eslintrc.js

@@ -51,6 +51,7 @@ module.exports = {
     },
   },
   rules: {
+    'space-before-function-paren': 'off',
     'no-restricted-imports': ['error', {
       name: 'axios',
       message: 'Please use src/utils/axios instead.',