mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-10-05 09:55:25 +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']
|
|
};
|