Add eslint rule "space-infix-ops"
This commit is contained in:
parent
7f997f589f
commit
231b47b2b9
1 changed files with 1 additions and 0 deletions
|
@ -47,5 +47,6 @@ module.exports = {
|
|||
{ "beforeColon": false, "afterColon": true, "mode": "strict" }
|
||||
],
|
||||
"func-call-spacing": ["error", "never"],
|
||||
"space-infix-ops": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue