mirror of
https://github.com/chrislgarry/Apollo-11
synced 2026-04-25 19:54:56 +02:00
11 lines
351 B
JSON
11 lines
351 B
JSON
{
|
|
"scripts": {
|
|
"lint": "markdownlint-cli2 *.md translations/*.md Comanche055/*.md Luminary099/*.md --config .markdownlint.yml",
|
|
"lint:fix": "markdownlint-cli2 *.md translations/*.md Comanche055/*.md Luminary099/*.md --config .markdownlint.yml --fix"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"markdownlint-cli2": "^0.16.0"
|
|
}
|
|
}
|