docs.waku.org/.huskyrc
danisharora099 39169a92f0
setup: pre commit hook to run tsc & prettier
Signed-off-by: danisharora099 <danisharora099@gmail.com>
2022-11-11 19:50:45 +05:30

6 lines
60 B
Plaintext

{
"hooks": {
"pre-commit": "tsc && lint-staged"
}
}