UNPKG
tslint-config-alloy
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
AlloyTeam TSLint 规则
github.com/AlloyTeam/tslint-config-alloy
AlloyTeam/tslint-config-alloy
tslint-config-alloy
/
test
/
typedef
/
tslint.json
12 lines
(11 loc)
•
325 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"rules"
:
{
"typedef"
:
false
}
,
"meta"
:
{
"category"
:
"typescript-specific"
,
"description"
:
"变量、函数返回值、函数参数等必须要有类型定义"
,
"reason"
:
"大部分类型都可以依靠类型推论,没必要全部手动定义"
,
"ts-only"
:
true
}
}