Add airport and flight wikis to Obsidian vault

This commit is contained in:
zhiqiang feng
2026-04-09 11:34:51 +08:00
parent e732f11d47
commit a79b05407b
45 changed files with 6699 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"devDependencies": {
"markdownlint": "^0.37.0",
"markdownlint-cli": "^0.32.2",
"markdownlint-cli2": "^0.22.0"
},
"scripts": {
"lint": "npx markdownlint-cli \"**/*.md\" --ignore \"node_modules/**\""
}
}