Add new eslint rule "space-before-function-paren"
This commit is contained in:
parent
231b47b2b9
commit
6c7156d488
6 changed files with 8 additions and 7 deletions
|
@ -48,5 +48,6 @@ module.exports = {
|
||||||
],
|
],
|
||||||
"func-call-spacing": ["error", "never"],
|
"func-call-spacing": ["error", "never"],
|
||||||
"space-infix-ops": "error",
|
"space-infix-ops": "error",
|
||||||
|
"space-before-function-paren": ["error", "never"],
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue