regexp/negation
💼 This rule is enabled in the ✅ plugin:regexp/recommended
config.
🔧 This rule is automatically fixable by the --fix
CLI option.
enforce use of escapes on negation
📖 Rule Details
This rule enforces use of \D
, \W
, \S
and \P
on negation.
🔧 Options
Nothing.
🚀 Version
This rule was introduced in eslint-plugin-regexp v0.4.0