Skip to content

jsonc/no-useless-escape

disallow unnecessary escape usage

  • ⚙️ This rule is included in all of "plugin:jsonc/recommended-with-json", "plugin:jsonc/recommended-with-json5" and "plugin:jsonc/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