|
@@ -80,8 +80,7 @@ export class UANodeSet implements IToXML{
|
|
|
ignoreAttributes: false,
|
|
|
alwaysCreateTextNode: true, //force consistent result
|
|
|
parseTagValue:false, //disable number detection. Otherwise string values might end up as numbers.
|
|
|
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
|
- isArray: (name, jpath, isLeafNode, isAttribute):boolean => {
|
|
|
+ isArray: (_name, jpath, _isLeafNode, _isAttribute):boolean => {
|
|
|
switch(jpath) {
|
|
|
case 'UANodeSet.NamespaceUris.Uri':
|
|
|
case 'UANodeSet.Models.Model':
|