mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-18 12:39:39 +03:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@commitlint/config-conventional',
|
|
],
|
|
};
|