5 lines
67 B
JSON
5 lines
67 B
JSON
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint"
|
|
}
|
|
} |