You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need support dynamically changing the quote character for the following regular expression:
.replace(/^"(.+?)"$/, "$1");
.replace(/^'(.+?)'$/, "$1");
.replace(/^QUOTEMARK_PLACEHOLDER(.+?)QUOTEMARK_PLACEHOLDER$/, "$1");
The text was updated successfully, but these errors were encountered:
evp3103
changed the title
The rule "limit-relative-import" doesn't work with single quotemarks
The "limit-relative-import" rule doesn't work with single quotes
May 12, 2019
Need support dynamically changing the quote character for the following regular expression:
.replace(/^"(.+?)"$/, "$1");
.replace(/^'(.+?)'$/, "$1");
.replace(/^QUOTEMARK_PLACEHOLDER(.+?)QUOTEMARK_PLACEHOLDER$/, "$1");
The text was updated successfully, but these errors were encountered: