- Require default cases in switch statements
This rule aims to require default case in switch statements. You may optionally include a // no default after the last case if there is no default case. The comment may be in any desired case, such as // No Default.
Specifies a regular expression to change the default /^no default$/i comment test pattern.
You can check them out here.