2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/commitlint.config.js
2018-09-24 00:52:59 +02:00

6 lines
79 B
JavaScript

module.exports = {
extends: [
'@commitlint/config-conventional',
],
};