eslint-config-ts-lib
Version:
ts-lib-scripts创建的ts库项目使用的ESLint配置
11 lines (6 loc) • 372 B
Markdown
# no-this-before-super
> 来自 [eslint:recommended](https://eslint.org/docs/rules/) 的规则。
> 禁止在构造函数中,在调用 super() 之前使用 this 或 super
## 参考文档
- [no-this-before-super 官方文档](https://eslint.org/docs/rules/no-this-before-super)
- [no-this-before-super 中文教程](https://eslint.cn/docs/rules/no-this-before-super)