Switch to eslint and fix issues

This commit is contained in:
hensm
2021-04-26 05:36:55 +01:00
parent 2d0fa4c844
commit d478742c4b
100 changed files with 1537 additions and 608 deletions

View File

@@ -8,7 +8,7 @@
"package": "node bin/build.js --package",
"install-manifest": "node bin/install-manifest.js",
"remove-manifest": "node bin/install-manifest.js --remove",
"lint": "tslint -c tslint.json -p ."
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"bplist-creator": "0.0.8",