Make explicitArray=false the default
This commit is contained in:
@@ -9,7 +9,7 @@ const defaults = {
|
||||
emitOnNodeName: false,
|
||||
attrsKey: '$',
|
||||
textKey: '_',
|
||||
explicitArray: true,
|
||||
explicitArray: false,
|
||||
verbatimText: false,
|
||||
preserveWhitespace: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user