chore: add lint staged and husky setup
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"husky": "^8.0.2",
|
||||
"lint-staged": "^13.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user