5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

chore: add commitlint config file

This commit is contained in:
Wagner Santos 2019-10-01 20:14:52 -03:00
parent 62be08cbfe
commit d5749f2738

3
commitlint.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
}