mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 13:13:17 +00:00
Add "no-fallthrough" eslint rule
This commit is contained in:
parent
395a09c3da
commit
e0cbac6a39
@ -70,5 +70,6 @@ module.exports = {
|
||||
"no-dupe-keys": "error",
|
||||
"no-duplicate-case": "error",
|
||||
"no-ex-assign": "error",
|
||||
"no-fallthrough": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user