mirror of
https://github.com/ivuorinen/base-configs-commitlint.git
synced 2026-01-26 03:24:04 +00:00
* feat(ci): new release flow, linting * feat: upgrade yarn, workflows, cleanup and lint
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: ["@commitlint/config-conventional"],
|
|
rules: {
|
|
"body-leading-blank": [2, "always"],
|
|
},
|
|
};
|