Add "no-fallthrough" eslint rule
This commit is contained in:
parent
395a09c3da
commit
e0cbac6a39
1 changed files with 1 additions and 0 deletions
|
|
@ -70,5 +70,6 @@ module.exports = {
|
|||
"no-dupe-keys": "error",
|
||||
"no-duplicate-case": "error",
|
||||
"no-ex-assign": "error",
|
||||
"no-fallthrough": "error",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue