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-io-cil/commitlint.config.js

7 lines
127 B
JavaScript
Raw Normal View History

2021-09-11 05:54:27 +00:00
module.exports = {
extends: ["@commitlint/config-conventional"],
2021-12-06 23:52:35 +00:00
rules: {
"body-max-line-length": [0],
},
2021-09-11 05:54:27 +00:00
};