forked from external/vscode-xml
Bypass Linter Rule
This commit is contained in:
parent
14dbb32d7b
commit
1a2477fd19
@ -23,6 +23,7 @@ export function textToXml(textEditor: TextEditor): void {
|
||||
.replace(/</g, "<")
|
||||
.replace(/>/g, ">")
|
||||
.replace(/&/g, "&")
|
||||
// tslint:disable-next-line
|
||||
.replace(/"/g, '"')
|
||||
.replace(/'/g, "'");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user