CLI tool to verify if Million Lint is active in a project. v1.0.18 (latest). Detects package manager, runs @million/lint, fuzzes frontend with Puppeteer to confirm lint suggestions in shadow DOM. Requires VSCode. Compatible with Next.js dev servers. Only tested on limited projects.
npm install million-lint-checkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run the CLI to verify Million Lint on a development server at port 3000.
Ensure VSCode is installed and accessible via `code` command in PATH.
Set up Million Lint manually in the project before running this checker.
Use only with Next.js or test manually for other frameworks.
Run `npm install @antfu/ni` or ensure all dependencies are installed.
Set PUPPETEER_EXECUTABLE_PATH environment variable to a Chrome/Chromium binary or install Chromium via Puppeteer.
Start the dev server separately with `npm run dev` and then run the checker with the correct port.