no-multi-str
Configuration
rslint.config.ts
Rule Details
Disallows multiline strings created using a trailing backslash before a line break. This syntax was historically an undocumented feature of JavaScript and should be avoided.
Examples of incorrect code for this rule:
Examples of correct code for this rule: