Skip to content

Commit d39703a

Browse files
Add "no-duplicate-case" eslint rule
1 parent 88c3d70 commit d39703a

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
@@ -68,5 +68,6 @@ module.exports = {
6868
"no-dupe-args": "error",
6969
"no-dupe-else-if": "error",
7070
"no-dupe-keys": "error",
71+
"no-duplicate-case": "error",
7172
}
7273
};

0 commit comments

Comments
 (0)