Add new eslint rule to prevent whitespace before function call paren
This commit is contained in:
parent
0a437b2ca0
commit
399299fba2
1 changed files with 1 additions and 0 deletions
|
|
@ -46,5 +46,6 @@ module.exports = {
|
|||
"error",
|
||||
{ "beforeColon": false, "afterColon": true, "mode": "strict" }
|
||||
],
|
||||
"func-call-spacing": ["error", "never"],
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue