外观
@stylistic/ts/
此规则扩展了基本 space-infix-ops 规则。它添加了对枚举成员的支持。
space-infix-ops
enum MyEnum { KEY = 'value', }