mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-11-03 05:46:59 +00:00
Some checks are pending
Build and Push Docker Images / Build and Push Docker Images (push) Has started running
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
// commitlint.config.js
|
|
export default {
|
|
extends: ['@commitlint/config-conventional']
|
|
};
|