chore: remove husky, use include with tsconfig

Let CI handle linting
This commit is contained in:
Jef LeCompte
2020-12-08 15:07:47 -05:00
parent 53eeff0bfc
commit 48a46d0217
3 changed files with 2 additions and 73 deletions
-6
View File
@@ -63,7 +63,6 @@
"@types/nodemailer": "^6.4.0",
"@types/puppeteer": "^5.4.1",
"@types/twitter": "^1.7.0",
"husky": "^4.3.5",
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"typescript": "^4.1.2",
@@ -78,10 +77,5 @@
"sort-keys": "error",
"sort-vars": "error"
}
},
"husky": {
"hooks": {
"pre-commit": "npm run all"
}
}
}