Add "no-fallthrough" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:09:23 +02:00
parent 395a09c3da
commit e0cbac6a39

View File

@ -70,5 +70,6 @@ module.exports = {
"no-dupe-keys": "error",
"no-duplicate-case": "error",
"no-ex-assign": "error",
"no-fallthrough": "error",
}
};