eslint: no space before function parens
This commit is contained in:
@ -16,6 +16,7 @@ module.exports = {
|
||||
ArrayExpression: "first" }],
|
||||
'comma-dangle': ['warn', 'only-multiline'],
|
||||
'spaced-comment': 'off',
|
||||
'space-before-function-paren': ['warn', 'never'],
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
|
||||
Reference in New Issue
Block a user