(chore) update lint-staged usage
This commit is contained in:
parent
a45039ef17
commit
7b94c9b9a5
@ -32,8 +32,7 @@
|
|||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"{src,tests}/**/*.{ts}": [
|
"{src,tests}/**/*.{ts}": [
|
||||||
"tslint --project tsconfig.json -c tslint.commit.json --fix",
|
"tslint --project tsconfig.json -c tslint.commit.json --fix",
|
||||||
"prettier --write",
|
"prettier --write"
|
||||||
"git add"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user