no-dupe-class-members
Configuration
rslint.config.ts
Rule Details
Disallow duplicate names in class members. If there are declarations of the same name in class members, the last declaration silently overwrites the earlier ones, which can cause unexpected behavior.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
TypeScript method overload signatures are allowed: