Skip to content

Commit

Permalink
[misc] ignore import-x/no-named-as-default-member
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde authored and renovate[bot] committed Oct 23, 2024
1 parent 2b2d4a6 commit 5a6bc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/utils/xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export async function parseSOAPString<T>(rawXml: string): Promise<[T, string]> {
// Filter out XML namespaces
const xml = rawXml.replace(/xmlns([^=]*?)=(".*?")/g, '')

// eslint-disable-next-line import-x/no-named-as-default-member
const result = await xml2js.parseStringPromise(xml, {
explicitArray: false,
tagNameProcessors: [
Expand Down

0 comments on commit 5a6bc66

Please sign in to comment.