mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 00:06:54 +00:00
BREAKING CHANGE: `commitlint.config.js` is not supported anymore, please use `.mjs` extension
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
export default {
|
|
extends: ['@commitlint/config-conventional'],
|
|
}
|