style: prettier 的宽度上限设置为 120 (#9918)

* style: prettier 的宽度上限设置为 120

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Sherkey
2024-07-26 15:34:52 +08:00
committed by GitHub
parent 961abb4f03
commit a6aa6525d1
160 changed files with 786 additions and 5376 deletions

View File

@@ -22,8 +22,7 @@ repos:
files: ^docs/.*|^README\.md$
types:
- markdown
args:
["--fix", "--config", "docs/.markdownlint.yaml", "#**/node_modules"]
args: ["--fix", "--config", "docs/.markdownlint.yaml", "#**/node_modules"]
#- repo: https://github.com/lycheeverse/lychee
# rev: v0.15.1
# hooks: