Stas Vilchik
Results
1
issues of
Stas Vilchik
When defining a `enum`, its properties can be defined using any format, some examples ```ts enum UpperCamelCase { FooBar, Baz } enum CamelCase { fooBar, Baz } enum Caps {...
new-rule
in specification