# regexp/order-in-character-class
enforces elements order in character class
- ⚠️ This rule was deprecated and replaced by regexp/sort-character-class-elements 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 the same as the regexp/sort-character-class-elements rule. Use regexp/sort-character-class-elements instead. Replaced by regexp/sort-character-class-elements in v1.0.0, this rule will be marked as deprecated.
# 🚀 Version
This rule was introduced in eslint-plugin-regexp v0.4.0