Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linter):
no-useless-escape
: do not crash on backslash character (…
…#6048) Fixes #6046 Unlike other escape sequences such as `/\w/`, this is not actually parsed as a single character: `/\c/` so we incorrectly try to get the character before the backslash, which doesn't exist.
- Loading branch information