mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Delete commitlint.config.js
This commit is contained in:
parent
b19a8ad98a
commit
91366076cc
@ -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"),
|
|
||||||
],
|
|
||||||
};
|
|
Loading…
Reference in New Issue
Block a user