jsonc/no-regexp-literals | eslint-plugin-jsonc (original) (raw)

disallow RegExp literals

📖 Rule Details

This rule reports the use of RegExp literals.

JSON, JSONC and JSON5 do not allow RegExp literals.

Now loading...

🔧 Options

Nothing.

🚀 Version

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

🔍 Implementation