|
@@ -25,6 +25,7 @@ module.exports = {
|
|
'rules': {
|
|
'rules': {
|
|
// allow paren-less arrow functions
|
|
// allow paren-less arrow functions
|
|
'arrow-parens': 0,
|
|
'arrow-parens': 0,
|
|
|
|
+ "space-before-function-paren": [0, "never"],
|
|
// allow async-await
|
|
// allow async-await
|
|
'generator-star-spacing': 0,
|
|
'generator-star-spacing': 0,
|
|
// allow debugger during development
|
|
// allow debugger during development
|