From 332849c65d54cc877384f5e32d4c8c97c71b29dc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 7 Mar 2022 21:26:48 -0800 Subject: chore: remove fluff --- commitlint.config.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 commitlint.config.js (limited to 'commitlint.config.js') diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index dccf9fa..0000000 --- a/commitlint.config.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - extends: ["@commitlint/config-conventional"], - // rules: { - // "scope-enum": [ - // 2, - // "always", - // [ - // "global", - // ], - // ], - // }, -}; -- cgit v1.2.3