remove binary-parsser lib dependency

This commit is contained in:
2023-09-14 19:47:16 -05:00
parent d443b313cf
commit 016239b3ad
32 changed files with 373 additions and 455 deletions
+1
View File
@@ -14,5 +14,6 @@ module.exports = {
'class-methods-use-this': 'off',
'import/extensions': 'off',
'import/no-relative-packages': 'off',
'no-param-reassign': 'off',
},
};