# jsonc/no-dupe-keys
disallow duplicate keys in object literals
- ⚙️ This rule is included in all of
"plugin:jsonc/recommended-with-json"
,"plugin:jsonc/recommended-with-json5"
and"plugin:jsonc/recommended-with-jsonc"
.
# 📖 Rule Details
This rule disallows duplicate keys in object literals.
# 🔧 Options
Nothing.
# 👫 Related rules
# 🚀 Version
This rule was introduced in eslint-plugin-jsonc v0.1.0
# 🔍 Implementation
Taken with ❤️ from ESLint core (opens new window)