# no-fallthrough

> 来自 [eslint:recommended](https://eslint.org/docs/rules/) 的规则。

> 禁止 case 语句落空

## 参考文档

- [no-fallthrough 官方文档](https://eslint.org/docs/rules/no-fallthrough)
- [no-fallthrough 中文教程](https://eslint.cn/docs/rules/no-fallthrough)
