jsonc/no-number-props
disallow number property keys
- ⚙️ This rule is included in all of
configs["recommended-with-json"],configs["recommended-with-json5"]andconfigs["recommended-with-jsonc"]. - 🔧 The
--fixoption on the command line can automatically fix some of the problems reported by this rule.
📖 Rule Details
This rule reports the use of number property keys.
JSON, JSONC and JSON5 do not allow number property keys.
🔧 Options
Nothing.
🚀 Version
This rule was introduced in eslint-plugin-jsonc v0.2.0