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
/
build
/
rules
/
no-undef.md
10 lines
(5 loc)
•
226 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
# no-undef
> 来自 [undefined](undefined) 的规则。 disallow the
use
of undeclared variables
unless
mentioned in
`/*global */`
comments
## 参考文档
- [
no
-
undef
官方文档](https:
//
eslint.org/docs/rules/
no
-
undef
)