mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-02 18:36:56 +01:00
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…
x
Reference in New Issue
Block a user