Skip to content

Commit fb728c6

Browse files
Add eslint rule "no-return-assign"
1 parent e3d89db commit fb728c6

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
@@ -87,5 +87,6 @@ module.exports = {
8787
"no-lonely-if": "error",
8888
"no-mixed-operators": "error",
8989
"no-multi-assign": "error",
90+
"no-return-assign": "error",
9091
}
9192
};

0 commit comments

Comments
 (0)