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
+2 -1
View File
@@ -13,5 +13,6 @@
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true
}
},
"include": ["src/**/*"]
}