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
-15
View File
@@ -2,21 +2,6 @@
"files.exclude": {
"packages/*/node_modules": true
},
"markdownlint.config": {
// Relaxed rules
"default": true,
"whitespace": false,
"line_length": false,
"ul-indent": false,
"no-inline-html": false,
"no-bare-urls": false,
"fenced-code-language": false,
"first-line-h1": false,
"block-spacing": false,
"blanks-around-lists": false,
"ol-prefix": false,
"no-duplicate-heading": false
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"js/ts.tsdk.path": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",