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

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"devDependencies": {
"husky": "^8.0.2",
"lint-staged": "^13.1.0"
},
"scripts": {
"prepare": "husky install"
}
}