Skip to content

Commit

Permalink
fix: defaultOptions attributesNoddName is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 10, 2022
1 parent 5a0d383 commit 8cae984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions src/traversable/defaultOptions.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/traversable/defaultOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export interface ParseOptions {
export const defaultOptions: ParseOptions = {
trimValues: true,
attributeNamePrefix: '$',
attributesNodeName: false as unknown as string,
attributesNodeName: '',
ignoreAttributes: false,
ignoreNameSpace: false,
allowBooleanAttributes: false,
Expand Down

0 comments on commit 8cae984

Please sign in to comment.