diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 21:34:26 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 21:34:26 -0400 |
| commit | 507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d (patch) | |
| tree | 764513edb0f9de7c39258feb9fd79657c0920bb1 /package.json | |
| parent | 7870017918c76294ac6ec69829d25170cf54c245 (diff) | |
| download | x-507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d.tar.xz x-507d53e6e8a0ab7ae31c7515cc64b0fb8e319a6d.zip | |
ci(release): fix??????
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index b709bfd..fe80524 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,11 @@ "@commitlint/config-conventional" ], "rules": { + "body-max-line-length": [ + 2, + "always", + 99999 + ], "footer-max-line-length": [ 2, "always", @@ -190,4 +195,4 @@ "dependencies": { "@semantic-release/exec": "^7.0.3" } -} +}
\ No newline at end of file |
