From 70f5f5ab700ecdc8d5f65fe9a52e3d37280e718e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 3 Nov 2021 23:52:24 -0700 Subject: feat: new --- commitlint.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 commitlint.config.js (limited to 'commitlint.config.js') diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..dccf9fa --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,12 @@ +module.exports = { + extends: ["@commitlint/config-conventional"], + // rules: { + // "scope-enum": [ + // 2, + // "always", + // [ + // "global", + // ], + // ], + // }, +}; -- cgit v1.2.3