diff --git a/package.json b/package.json index cd600e8c5..aab489c02 100644 --- a/package.json +++ b/package.json @@ -116,24 +116,7 @@ "commitlint": { "extends": [ "@commitlint/config-conventional" - ], - "rules": { - "body-max-line-length": [ - 0, - "always", - "Infinity" - ], - "footer-max-line-length": [ - 0, - "always", - "Infinity" - ], - "scope-case": [ - 2, - "never", - "upper-case" - ] - } + ] }, "prettier": "@readme/eslint-config/prettier" }