Files
vibe-coding-cn/package.json
T
2026-05-04 03:32:44 +08:00

12 lines
289 B
JSON

{
"name": "vibe-coding-cn",
"private": true,
"type": "module",
"scripts": {
"lint:md": "markdownlint --config .github/lint_config.json --ignore .history --ignore node_modules --ignore tools/external '**/*.md'"
},
"devDependencies": {
"markdownlint-cli": "0.48.0"
}
}