Skip to content

Commit e3d89db

Browse files
Add eslint rule "no-multi-assign"
1 parent 4a874b0 commit e3d89db

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
@@ -86,5 +86,6 @@ module.exports = {
8686
"no-label-var": "error",
8787
"no-lonely-if": "error",
8888
"no-mixed-operators": "error",
89+
"no-multi-assign": "error",
8990
}
9091
};

0 commit comments

Comments
 (0)