3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

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": { "lint-staged": {
"*.ts": [ "*.ts": [
"tslint",
"prettier --write", "prettier --write",
"git add" "git add"
] ]