This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-testsetup-cil/commitlint.config.js

7 lines
127 B
JavaScript
Raw Normal View History

2021-09-10 17:12:49 +00:00
module.exports = {
extends: ["@commitlint/config-conventional"],
2021-12-07 23:09:00 +00:00
rules: {
"body-max-line-length": [0],
},
2021-09-10 17:12:49 +00:00
};