mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-05 23:34:09 +02:00
Add markdown linting tools and scripts
- Create package.json to manage markdownlint-cli2 as a dev dependency. - Add PowerShell script for linting Markdown files with options for fixing issues. - Update shell script to prefer locally installed markdownlint-cli2 or fallback to npx.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "echohub",
|
||||
"private": true,
|
||||
"description": "Repo tooling — markdown linting. Not an npm package.",
|
||||
"scripts": {
|
||||
"lint:md": "markdownlint-cli2",
|
||||
"lint:md:fix": "markdownlint-cli2 --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"markdownlint-cli2": "^0.23.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user