jsonc/no-bigint-literals
disallow BigInt literals
- ⚙️ This rule is included in all of
configs["recommended-with-json"],configs["recommended-with-json5"]andconfigs["recommended-with-jsonc"].
📖 Rule Details
This rule reports the use of BigInt literals.
JSON, JSONC and JSON5 do not allow BigInt literals.
🔧 Options
Nothing.
🚀 Version
This rule was introduced in eslint-plugin-jsonc v0.2.0