Add eslint rule "space-infix-ops"

This commit is contained in:
Guillaume Gomez 2022-05-25 13:53:19 +02:00
parent 7f997f589f
commit 231b47b2b9

View File

@ -47,5 +47,6 @@ module.exports = {
{ "beforeColon": false, "afterColon": true, "mode": "strict" }
],
"func-call-spacing": ["error", "never"],
"space-infix-ops": "error",
}
};