Initial Commit
Markdown linter / markdown-lint (push) Successful in 47s
Markdown linter / markdown-link-checker (push) Successful in 1m14s

This commit is contained in:
2026-08-16 20:53:22 +02:00
commit 34b318ccb2
14 changed files with 2795 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "ah-annotations",
"homepage": "https://git.cryptic.systems/volker.raschek/ah-annotations.git",
"license": "MIT",
"private": true,
"engineStrict": true,
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"readme:link": "markdown-link-check *.md",
"readme:lint": "markdownlint *.md -f"
},
"devDependencies": {
"markdown-link-check": "^3.13.6",
"markdownlint-cli": "^0.49.0"
}
}