typescript · typescript/TS1161
TS1161
Unterminated Regular Expression
A regular expression literal is missing its closing `/` delimiter. Check that the regex is properly terminated and that any `/` within the pattern is escaped.
A regular expression literal is missing its closing `/` delimiter. Check that the regex is properly terminated and that any `/` within the pattern is escaped.