Skip to content
On this page

regexp/no-invisible-character

💼 This rule is enabled in the ✅ plugin:regexp/recommended config.

🔧 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