UNPKG
antmove-vscode-plugin
Version:
latest (0.1.0)
0.1.0
小程序跨平台开发统一解决方案
antmove-vscode-plugin
/
tslint.json
16 lines
(15 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"rules"
:
{
"no-string-throw"
:
true
,
"no-unused-expression"
:
true
,
"no-duplicate-variable"
:
true
,
"curly"
:
true
,
"class-name"
:
true
,
"semicolon"
:
[
true
,
"always"
]
,
"triple-equals"
:
true
}
,
"defaultSeverity"
:
"warning"
}