Bypass Linter Rule
This commit is contained in:
parent
14dbb32d7b
commit
1a2477fd19
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue