跳至内容

@stylistic/ts/

space-infix-ops

此规则扩展了基本 space-infix-ops 规则。它添加了对枚举成员的支持。

ts
enum MyEnum {
  KEY = 'value',
}