Fix space-before-function-paren eslint rule
[MAILPOET-985]
This commit is contained in:
@ -42,7 +42,6 @@
|
|||||||
"comma-dangle": 0,
|
"comma-dangle": 0,
|
||||||
"prefer-arrow-callback": 0,
|
"prefer-arrow-callback": 0,
|
||||||
"func-names": 0,
|
"func-names": 0,
|
||||||
"space-before-function-paren": 0,
|
|
||||||
"object-shorthand": 0,
|
"object-shorthand": 0,
|
||||||
"no-bitwise": 0,
|
"no-bitwise": 0,
|
||||||
"arrow-body-style": 0,
|
"arrow-body-style": 0,
|
||||||
|
Reference in New Issue
Block a user