1.typescripteslintadjacentoverloadsignatures建议函数重载的签名保持连续2.typescripteslintawaitthenable不允许对不是“Thenable”对象的值使用await关键字,相反对“Thenable”对象必须使用await,例如对Promise对象。3.typescripteslintarraytype定义数组时,使用统一的样式,如都使用T[]或都使用Array。json"typescripteslintarraytype":["error",{arrayarraysimplegeneric"default":"array"}]default的值设置为array时,...