diff options
| author | Fuwn <[email protected]> | 2021-05-03 11:22:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 11:22:44 -0700 |
| commit | e9b992f12faf84719bf316731edb96479fb93731 (patch) | |
| tree | c87557a75a1d0a6a27c33915edbc901a981eaed1 /commitlint.config.js | |
| parent | docs(main): nice commenting (diff) | |
| download | whirl-e9b992f12faf84719bf316731edb96479fb93731.tar.xz whirl-e9b992f12faf84719bf316731edb96479fb93731.zip | |
chore(git): finally implement commit message linting
Diffstat (limited to 'commitlint.config.js')
| -rw-r--r-- | commitlint.config.js | 18 |
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", + // ], + // ], + // }, }; |