mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
12 lines
289 B
JSON
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"
|
|
}
|
|
}
|