chore: add lint staged and husky setup

This commit is contained in:
Daniel Lautzenheiser
2022-12-06 09:41:54 -05:00
parent 04426f6726
commit 8842315af3
7 changed files with 598 additions and 3 deletions

View File

@ -255,5 +255,8 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"lint-staged": {
"*": "prettier --write"
}
}