(chore) update lint-staged usage

This commit is contained in:
Kim Biesbjerg 2020-03-06 12:14:53 +01:00
parent a45039ef17
commit 7b94c9b9a5

View File

@ -32,8 +32,7 @@
"lint-staged": {
"{src,tests}/**/*.{ts}": [
"tslint --project tsconfig.json -c tslint.commit.json --fix",
"prettier --write",
"git add"
"prettier --write"
]
},
"repository": {