fix(lint): Fixing linting issue

This commit is contained in:
Chris Troutner
2025-11-16 13:47:24 -08:00
parent 8e3fa6dcf1
commit 12e5143d9a
26 changed files with 631 additions and 740 deletions
+11 -1
View File
@@ -69,10 +69,20 @@
"nyc": "15.1.0",
"semantic-release": "19.0.5",
"sinon": "9.2.2",
"standard": "16.0.4"
"standard": "17.1.2"
},
"apidoc": {
"title": "bch-js",
"url": "bchjs."
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"standard": {
"parserOptions": {
"ecmaVersion": "latest"
}
}
}