Remove space-before-function-paren rule from eslint
This commit is contained in:
parent
9db6db6afe
commit
4ccd800a61
|
@ -29,6 +29,7 @@ module.exports = {
|
|||
}
|
||||
],
|
||||
camelcase: 'off',
|
||||
'@typescript-eslint/camelcase': 'off'
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
'space-before-function-paren': 'off'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue