Pattern: Duplicate case in switch statement
Issue: -
Deprecated - This rule can be replaced with TSLint's no-duplicate-switch-case
.
Do not use duplicate case labels in switch statements. Similar to the ESLint no-duplicate-case rule.
Pattern: Duplicate case in switch statement
Issue: -
Deprecated - This rule can be replaced with TSLint's no-duplicate-switch-case
.
Do not use duplicate case labels in switch statements. Similar to the ESLint no-duplicate-case rule.