Skip to content

Commit 9f79a03

Browse files
Add "no-dup-args" eslint rule
1 parent 4bb728d commit 9f79a03

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
@@ -65,5 +65,6 @@ module.exports = {
6565
"eqeqeq": "error",
6666
"no-const-assign": "error",
6767
"no-debugger": "error",
68+
"no-dupe-args": "error",
6869
}
6970
};

0 commit comments

Comments
 (0)