Skip to content

jsonc/no-binary-expression ​

disallow binary expression

  • ⚙️ This rule is included in all of configs["recommended-with-json"], configs["recommended-with-json5"] and configs["recommended-with-jsonc"].
  • 🔧 The --fix option on the command line can automatically fix some of the problems reported by this rule.

📖 Rule Details ​

This rule disallow binary expressions.

Now loading...

🔧 Options ​

Nothing.

🚀 Version ​

This rule was introduced in eslint-plugin-jsonc v2.0.0

🔍 Implementation ​