UNPKG
eslint-config-ts-lib
Version:
canary (0.0.2-beta.0)
latest (0.14.5)
0.14.5
0.14.4
0.14.1
0.14.0
0.13.11
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.0
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.8.5
0.8.3
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.0
0.4.7
0.4.5
0.4.3
0.4.0
0.3.0
0.2.7
0.2.2
0.2.0
0.2.0-alpha.3
0.2.0-alpha.0
0.1.7
0.1.0
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-beta.0
0.0.1
ts-lib-scripts创建的ts库项目使用的ESLint配置
github.com/sinoui/ts-lib-scripts
sinoui/ts-lib-scripts
eslint-config-ts-lib
/
docs
/
rules
/
no-undef.md
11 lines
(6 loc)
•
313 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
# no-undef
> 来自 [eslint:recommended](https:
//
eslint.org/docs/rules/) 的规则。 > 禁用未声明的变量,除非它们在 /_global _/ 注释中被提到
## 参考文档
- [
no
-
undef
官方文档](https:
//
eslint.org/docs/rules/
no
-
undef
) - [
no
-
undef
中文教程](https:
//
eslint.cn/docs/rules/
no
-
undef
)