mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 15:51:31 +00:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@commitlint/config-conventional',
|
|
'@commitlint/config-lerna-scopes',
|
|
],
|
|
};
|