diff options
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", + // ], + // ], + // }, }; |