no-octal-escape
Configuration
rslint.config.ts
Rule Details
Disallows octal escape sequences in string literals.
As of the ECMAScript 5 specification, octal escape sequences in string literals are deprecated and should not be used. Unicode escape sequences should be used instead.
Examples of incorrect code for this rule:
Examples of correct code for this rule: