@masknet/type/no-const-enum
Disallow use constants enumerate
const enum Foo { Bar, }
enum Foo { Bar, }