chore: cleanup files and split into modules

This commit is contained in:
Samuel Attard
2020-11-19 09:49:17 -08:00
parent c01deb5576
commit 0770238718
5 changed files with 186 additions and 98 deletions

View File

@@ -40,5 +40,15 @@
"asar": "^3.0.3",
"dir-compare": "^2.4.0",
"fs-extra": "^9.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": [
"prettier --write"
]
}
}