rename 'docs' directory to 'doc'

This commit is contained in:
2026-03-14 19:52:40 -06:00
parent ca6a75ded8
commit 11561991bd
198 changed files with 35779 additions and 115297 deletions

View File

@@ -21,8 +21,8 @@
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix",
"format": "prettier --write \"src/**/*.ts\"",
"markdown:check": "markdownlint-cli2 \"docs/**/*.md\" \"*.md\"",
"markdown:fix": "markdownlint-cli2 --fix \"docs/**/*.md\" \"*.md\"",
"markdown:check": "markdownlint-cli2 \"doc/**/*.md\" \"*.md\"",
"markdown:fix": "markdownlint-cli2 --fix \"doc/**/*.md\" \"*.md\"",
"typecheck": "tsc --noEmit",
"todo:scan": "node scripts/todo-scan.js",
"size:check": "node scripts/check-bundle-size.js",