mirror of
https://github.com/fengyuanchen/viewerjs.git
synced 2025-12-08 19:56:00 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@commitlint/config-conventional',
|
|
],
|
|
};
|