Browse Source

ignore unused params

Martin Kunz 1 month ago
parent
commit
ee69af0647
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/ua/UANodeSet.ts

+ 1 - 2
src/ua/UANodeSet.ts

@@ -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':