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"), - ], -};