mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-07 15:09:23 +01:00
fix(eslint): Make space-before-function-paren rule consistent with other rules (#1858)
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = {
|
||||
'one-var': [0, 'never'],
|
||||
'one-var-declaration-per-line': [2, 'always'],
|
||||
'padded-blocks': 0,
|
||||
'space-before-function-paren': ['error', {
|
||||
'space-before-function-paren': [2, {
|
||||
'anonymous': 'always',
|
||||
'named': 'never',
|
||||
'asyncArrow': 'always'
|
||||
|
||||
Reference in New Issue
Block a user