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

@ -55,5 +55,8 @@
"prettier": "2.8.0",
"typescript": "4.9.3",
"webpack": "5.75.0"
},
"lint-staged": {
"*": "prettier --write"
}
}