no-unused-labels
Configuration
rslint.config.ts
Rule Details
This rule disallows labels that are declared but never used by a labeled
break or continue statement.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
Options
This rule has no options.