Skip to content

jsonc/no-useless-escape

disallow unnecessary escape usage

  • ⚙️ This rule is included in all of configs["recommended-with-json"], configs["recommended-with-json5"] and configs["recommended-with-jsonc"].
  • 💡 Some problems reported by this rule are manually fixable by editor suggestions.

📖 Rule Details

This rule flags escapes that can be safely removed without changing behavior.

Now loading...

🔧 Options

Nothing.

🚀 Version

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

🔍 Implementation

Taken with ❤️ from ESLint core