Also run tslint on pre-commit

This commit is contained in:
Dragory 2019-08-04 13:18:41 +03:00
parent 460562d485
commit 4034c6a850

View file

@ -84,6 +84,7 @@
},
"lint-staged": {
"*.ts": [
"tslint",
"prettier --write",
"git add"
]