Initial commit

This commit is contained in:
windyboy
2026-04-15 14:48:14 +08:00
commit 42b6f73d1e
97 changed files with 16997 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"devDependencies": {
"markdownlint": "^0.37.0",
"markdownlint-cli": "^0.32.2",
"markdownlint-cli2": "^0.22.0"
},
"scripts": {
"lint": "npx markdownlint-cli \"**/*.md\" --ignore \"node_modules/**\""
}
}