12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"devDependencies": {
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky"
|
|
},
|
|
"lint-staged": {
|
|
"*": "make lint test"
|
|
}
|
|
} |