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

7 lines
129 B
JavaScript
Raw Normal View History

2021-09-07 04:15:21 +00:00
module.exports = {
extends: ["@commitlint/config-conventional"],
2021-12-07 23:04:05 +00:00
rules: {
2022-07-08 04:29:51 +00:00
"body-max-line-length": [0],
2021-12-07 23:04:05 +00:00
},
2021-09-07 04:15:21 +00:00
};