Upgrade @typescript-eslint/parser

This commit is contained in:
Dolan Miu
2023-11-01 22:52:41 +00:00
parent 8fbbd571ad
commit 35702c3f77
8 changed files with 71 additions and 175 deletions

View File

@ -55,6 +55,7 @@ describe("ImportedXmlComponent", () => {
otherAttr: "2",
};
importedXmlComponent = new ImportedXmlComponent("w:test", attributes);
// eslint-disable-next-line functional/immutable-data
importedXmlComponent.push(new ImportedXmlComponent("w:child"));
});