This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Issues with intentional backslashes in the no-octal-literal rule. #413
Labels
Difficulty: Medium
People with non-trivial experience in TSLint should be able to send a pull request for this issue.
Resolution: Fixed
Hooray!
Type: Bug
Milestone
I've noticed that the no-octal-literal rule flags strings with intentionally escaped backslashes (i.e. -
"\\1"
-> \1) get incorrectly flagged by the no-octal-literal rule.I put together a fix: #412
The text was updated successfully, but these errors were encountered: