jsonc/no-undefined-value | eslint-plugin-jsonc (original) (raw)

disallow undefined

📖 Rule Details

This rule reports the use of undefined.

JSON, JSONC and JSON5 do not allow undefined.

Now loading...

🔧 Options

Nothing.

🚀 Version

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

🔍 Implementation