UNPKG

eslint-config-ts-lib

Version:

ts-lib-scripts创建的ts库项目使用的ESLint配置

11 lines (6 loc) 349 B
# no-unreachable > 来自 [eslint:recommended](https://eslint.org/docs/rules/) 的规则。 > 禁止在 return、throw、continue 和 break 语句之后出现不可达代码 ## 参考文档 - [no-unreachable 官方文档](https://eslint.org/docs/rules/no-unreachable) - [no-unreachable 中文教程](https://eslint.cn/docs/rules/no-unreachable)