aboutsummaryrefslogtreecommitdiff
path: root/commitlint.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 11:22:44 +0000
committerFuwn <[email protected]>2021-05-03 11:22:44 +0000
commit8b00cf609c7e9597f9cc5b9280e2df12080d999a (patch)
tree46a539ee65c26de77022de40443623e53f19eb3d /commitlint.config.js
parentdocs(main): nice commenting (diff)
downloadwhirl-8b00cf609c7e9597f9cc5b9280e2df12080d999a.tar.xz
whirl-8b00cf609c7e9597f9cc5b9280e2df12080d999a.zip
chore(git): finally implement commit message linting
Diffstat (limited to 'commitlint.config.js')
-rw-r--r--commitlint.config.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/commitlint.config.js b/commitlint.config.js
index d3ca128..dccf9fa 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -1,12 +1,12 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
- rules: {
- "scope-enum": [
- 2,
- "always",
- [
- "global",
- ],
- ],
- },
+ // rules: {
+ // "scope-enum": [
+ // 2,
+ // "always",
+ // [
+ // "global",
+ // ],
+ // ],
+ // },
};