Skip to content

@stylistic/ts/

space-infix-ops

This rule extends the base space-infix-ops rule. It adds support for enum members.

ts
enum MyEnum {
  KEY = 'value',
}

Released under the MIT License.