外观
@stylistic/ts/
此规则扩展了基本 lines-around-comment 规则。它添加了对 TypeScript 语法的支持。
lines-around-comment
除了 js/lines-around-comment 规则支持的选项外,该规则还添加了以下选项
js/lines-around-comment
allowEnumEnd: true
allowEnumStart: true
allowInterfaceEnd: true
allowInterfaceStart: true
allowModuleEnd: true
allowModuleStart: true
allowTypeEnd: true
allowTypeStart: true
@stylistic/ts/
lines-around-comment
此规则扩展了基本
lines-around-comment
规则。它添加了对 TypeScript 语法的支持。选项
除了
js/lines-around-comment
规则支持的选项外,该规则还添加了以下选项allowEnumEnd: true
不需要在枚举体块结束符后留空行allowEnumStart: true
不需要在枚举体块开始符前留空行allowInterfaceEnd: true
不需要在接口体块结束符前留空行allowInterfaceStart: true
不需要在接口体块开始符后留空行allowModuleEnd: true
不需要在模块体块结束符前留空行allowModuleStart: true
不需要在模块体块开始符后留空行allowTypeEnd: true
不需要在类型文字块结束之前留空行allowTypeStart: true
不需要在类型文字块开始之后留空行