8 lines
93 B
JavaScript
8 lines
93 B
JavaScript
|
'use strict'
|
||
|
|
||
|
module.exports = {
|
||
|
hooks: {
|
||
|
"pre-commit": "yarn run lint-staged",
|
||
|
},
|
||
|
}
|