5 lines
65 B
JavaScript
Executable file
5 lines
65 B
JavaScript
Executable file
module.exports = {
|
|
hooks: {
|
|
'pre-commit': 'lint-staged'
|
|
}
|
|
};
|