Skip to content

Commit 231b47b

Browse files
Add eslint rule "space-infix-ops"
1 parent 7f997f5 commit 231b47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ module.exports = {
4747
{ "beforeColon": false, "afterColon": true, "mode": "strict" }
4848
],
4949
"func-call-spacing": ["error", "never"],
50+
"space-infix-ops": "error",
5051
}
5152
};

0 commit comments

Comments
 (0)