mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 00:21:18 +00:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
module.exports = {
|
|
hooks: {
|
|
'pre-commit': 'lint-staged',
|
|
},
|
|
};
|