Skip to content

Commit 4a874b0

Browse files
Add eslint rule "no-mixed-operator"
1 parent 64ac29b commit 4a874b0

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
@@ -85,5 +85,6 @@ module.exports = {
8585
"no-implied-eval": "error",
8686
"no-label-var": "error",
8787
"no-lonely-if": "error",
88+
"no-mixed-operators": "error",
8889
}
8990
};

0 commit comments

Comments
 (0)