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