no-dupe-keys
Configuration
rslint.config.ts
Rule Details
Disallow duplicate keys in object literals. Multiple properties with the same key in object literals can cause unexpected behavior.
Examples of incorrect code for this rule:
Examples of correct code for this rule: