I have some code:
enum Color { Red, Green, Blue } function getColorName(c: Color): string { switch(c) { case Color.Red:
typescript-eslint has "exhaustiveness checking in switch with union type" rule: @typescript-eslint/switch-exhaustiveness-check
typescript-eslint