mirror of
https://github.com/chrislgarry/Apollo-11.git
synced 2025-02-13 16:24:37 +00:00
10 lines
351 B
JSON
10 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"
|
|
}
|
|
}
|