From 6c2ea68bbef0e1fc0b50b80f113b0ebcdf745a40 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 May 2021 23:48:04 -0700 Subject: feat: :star: --- 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