Skip to content

Commit 5133d77

Browse files
committed
tools: remove no-useless-regex-char-class-escape
The `no-useless-regex-char-class-escape` custom lint rule was introduced as a less aggressive alternative to some enhancements that were introduced into ESLint. Those enhancements were blocking us from updating ESLint. However, they have since been relaxed and the custom rule is no longer needed. Remove it.
1 parent de34bd5 commit 5133d77

File tree

2 files changed

+0
-191
lines changed

2 files changed

+0
-191
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ rules:
128128
assert-fail-single-argument: 2
129129
assert-throws-arguments: [2, { requireTwo: false }]
130130
new-with-error: [2, Error, RangeError, TypeError, SyntaxError, ReferenceError]
131-
no-useless-regex-char-class-escape: [2, { override: ['[', ']'] }]
132131

133132
# Global scoped method and vars
134133
globals:

tools/eslint-rules/no-useless-regex-char-class-escape.js

Lines changed: 0 additions & 190 deletions
This file was deleted.

0 commit comments

Comments
 (0)