tslint-config-alloy
Version:
AlloyTeam TSLint 规则
24 lines (23 loc) • 523 B
JSON
{
"rules": {
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-separator",
"check-rest-spread",
"check-type",
"check-typecast",
"check-type-operator",
"check-preblock"
]
},
"meta": {
"category": "style",
"description": "限制空格的位置",
"has-fixer": true,
"prettier": true
}
}