提交 e84a71ab 编写于 作者: G Garrett Johnson

add indent rule for typescript

上级 e33457c5
......@@ -32,7 +32,14 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-unused-vars": 1
"@typescript-eslint/no-unused-vars": 1,
"@typescript-eslint/indent": [
"error",
"tab",
{
"SwitchCase": 1
}
]
}
},
"scripts": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册