lint-wiki-dumps is a Node.js CLI tool (v0.9.1) for linting Wikitext articles from Wikipedia dumps by integrating WikiLint and optionally vscode-css-languageservice. It automates downloading the latest dump, parsing articles, and generating lint reports in both JSON and HTML formats. Unlike standalone WikiLint, this package handles dump retrieval and batch processing. The tool requires curl and Node.js ^20.19.2 || ^22.13.0. It is maintained by bhsd-harry.
npm install lint-wiki-dumpsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the package and runs a lint on Chinese Wikipedia, generating HTML and JSON reports.
Install curl (e.g., apt install curl or brew install curl).
Use Node.js 20.19.2+ or 22.13.0+.
Check available disk space before running.
Run npm install vscode-css-languageservice alongside lint-wiki-dumps.
Install curl via your package manager (e.g., sudo apt install curl).
Use a valid Wikipedia language code (e.g., en, zh, de). Ensure internet connectivity.