chore(commitlint): update line length rules for body and footer to 120 characters

- Adjust body-max-line-length and footer-max-line-length in commitlint configuration to allow for longer lines, improving readability and accommodating more detailed commit messages.
This commit is contained in:
Davidson Gomes
2025-09-17 16:51:46 -03:00
parent 3ddbd6a7fb
commit 0a357089b3
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
"eslint --fix"
],
"src/**/*.ts": [
"tsc --noEmit --incremental"
"sh -c 'npm run build'"
]
},
"config": {