Skip to content

Commit 397ad82

Browse files
Add "no-dupe-else-if" eslint rule
1 parent 9f79a03 commit 397ad82

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
@@ -66,5 +66,6 @@ module.exports = {
6666
"no-const-assign": "error",
6767
"no-debugger": "error",
6868
"no-dupe-args": "error",
69+
"no-dupe-else-if": "error",
6970
}
7071
};

0 commit comments

Comments
 (0)