Enforce spacing of function parameters in eslint
This commit is contained in:
parent
2beb4d725f
commit
8a19b89c16
198 changed files with 518 additions and 516 deletions
|
@ -59,6 +59,8 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
'comma-style': ['warn', 'last'],
|
||||
'space-before-function-paren': ['error', 'never'],
|
||||
'space-in-parens': ['error', 'never'],
|
||||
'consistent-return': 'error',
|
||||
'dot-notation': 'error',
|
||||
eqeqeq: 'error',
|
||||
|
|
Loading…
Reference in a new issue