Skip to content

regexp/no-invisible-character

💼 This rule is enabled in the following configs: 🟢 flat/recommended, 🔵 recommended.

🔧 This rule is automatically fixable by the --fix CLI option.

disallow invisible raw character

📖 Rule Details

This rule disallows using invisible characters other than SPACE (U+0020) without using escapes.

Now loading...

🔧 Options

Nothing.

🚀 Version

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

🔍 Implementation