Disallow duplicate keys in object literals
The "extends": "eslint:recommended"
property in a configuration file enables this rule
Multiple properties with the same key in object literals can cause unexpected behavior in your application.
This rule disallows duplicate keys in object literals.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
This rule was introduced in ESLint v0.0.9.
© OpenJS Foundation and other contributors
Licensed under the MIT License.
https://eslint.org/docs/latest/rules/no-dupe-keys