📅  最后修改于: 2022-03-11 14:57:41.201000             🧑  作者: Mango
// .estlinrc.js
{
rules: {
{
"indent": "off",
"@typescript-eslint/indent": ["error", 2] // 2 spaces === 1 tab
}
}
}