no-unused-labels
Added in v0.6.5Configuration
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.