Update package.json

pull/31/head
Steve Ruiz 2021-07-08 11:01:30 +01:00
rodzic e4e753095f
commit 8de9861e1a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,7 +19,7 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "yarn lint && yarn type-check"
"pre-push": "yarn lint && yarn format && yarn type-check"
}
},
"lint-staged": {
@ -95,4 +95,4 @@
"tabWidth": 2,
"useTabs": false
}
}
}