[update] add markdownlint tool and configure

This commit is contained in:
PrinOrange
2024-08-19 10:02:29 +08:00
parent 4ab8561f83
commit 2b04a51fda
2 changed files with 12 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"MD013": false,
"MD034": false,
"MD033": false,
"MD036": false
}
+6 -1
View File
@@ -1,3 +1,8 @@
{
"recommendations": ["streetsidesoftware.code-spell-checker", "huacnlee.autocorrect", "biomejs.biome"]
"recommendations": [
"streetsidesoftware.code-spell-checker",
"huacnlee.autocorrect",
"biomejs.biome",
"DavidAnson.vscode-markdownlint"
]
}