# regexp/negation
enforce use of escapes on negation
- ⚙️ This rule is included in
"plugin:regexp/recommended"
. - 🔧 The
--fix
option on the command line (opens new window) can automatically fix some of the problems reported by this rule.
# 📖 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