Some checks failed
Lint PR / commitlint (pull_request) Failing after 13s
To check that commits are according to the Conventional Commits spec. https://www.conventionalcommits.org/en/v1.0.0/
4 lines
68 B
JavaScript
4 lines
68 B
JavaScript
export default {
|
|
extends: ["@commitlint/config-conventional"],
|
|
};
|