mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 08:33:01 +02:00
4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
|
|
module.exports = {
|
||
|
|
extends: ['@commitlint/config-conventional'],
|
||
|
|
};
|