From 91366076cc7d22ce5124bb73efa9050a5b1b66c1 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 8 May 2024 19:49:00 +0200 Subject: [PATCH] Delete commitlint.config.js --- commitlint.config.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 commitlint.config.js diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index 78c83ec0..00000000 --- a/commitlint.config.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - extends: ["@commitlint/config-conventional"], - rules: { - "body-max-line-length": [1, "always", 100], - }, - helpUrl: - "https://refine.dev/docs/guides-concepts/contributing/#committing-your-work-and-preparing-a-pull-request", - ignores: [ - (commit) => - commit.includes("Optimised images with calibre/image-actions"), - ], -};