# regexp/prefer-t
enforce using
\t
- ⚠️ This rule was deprecated and replaced by regexp/control-character-escape rule.
- 🔧 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 is aimed at using \t
in regular expressions.
# 🔧 Options
Nothing.
# 🚀 Version
This rule was introduced in eslint-plugin-regexp v0.1.0