(chore) add husky, lint-staged and prettier

This commit is contained in:
Kim Biesbjerg
2019-09-18 14:11:12 +02:00
parent 2fce357306
commit 7d0d52429f
4 changed files with 1254 additions and 54 deletions

8
tslint.commit.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": ["./tslint.json", "tslint-etc"],
"jsRules": {},
"rules": {
"ordered-imports": false,
"no-unused-declaration": true
}
}