mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Add "no-duplicate-case" eslint rule
This commit is contained in:
parent
88c3d707a6
commit
d39703a6c5
@ -68,5 +68,6 @@ module.exports = {
|
||||
"no-dupe-args": "error",
|
||||
"no-dupe-else-if": "error",
|
||||
"no-dupe-keys": "error",
|
||||
"no-duplicate-case": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user