Skip to content

jsonc/no-dupe-keys

disallow duplicate keys in object literals

  • ⚙️ This rule is included in all of configs["recommended-with-json"], configs["recommended-with-json5"] and configs["recommended-with-jsonc"].

📖 Rule Details

This rule disallows duplicate keys in object literals.

Now loading...

🔧 Options

Nothing.

🚀 Version

This rule was introduced in eslint-plugin-jsonc v0.1.0

🔍 Implementation

Taken with ❤️ from ESLint core