fix(ci): format README and align markdown tooling with Prettier (#593)

This commit is contained in:
Simon
2026-07-06 17:34:56 +08:00
committed by GitHub
parent 8bc2483ab5
commit 08624ec245
4 changed files with 11 additions and 17 deletions
+3
View File
@@ -82,6 +82,9 @@
],
"*.css": [
"npx prettier --write --ignore-unknown"
],
"*.md": [
"npx prettier --write --ignore-unknown"
]
},
"commitlint": {