虽然是个很老的问题了,不过我最近刚好遇到,在此回答,希望对后来遇到这个问题的有帮助。
"ter-indent"就是tslint里面规定indent的。
{
"extends": "tslint-config-standard",
"globals": {
"require": true
},
"rules": {
"no-consecutive-blank-lines": false,
"ter-indent": [
true,
4,
{
"SwitchCase": 1
}
],
"space-before-function-paren": [false]
}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…