dayu/tslint.json
MiaoWoo c47137ec4a Init: Create & Init dayu Project...
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-07-03 15:50:59 +08:00

15 lines
322 B
JSON

{
"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"
}