CLI tool to scaffold LobeHub lint configurations. Current stable version 1.26.3, released 2025-11-24. Actively maintained with frequent releases. Detects package manager, TypeScript, and React framework; generates config files for ESLint, Prettier, Stylelint, Commitlint, Remarklint, and Semantic Release. Supports interactive mode and preset/manual selection. Only available as a CLI tool via npx; no programmatic API. Requires Node >=18.
npm install create-lobe-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a temporary project, initializes it, then runs create-lobe-lint with preset and yes flags to generate lint config files without installing dependencies.
Use the --no-install flag to skip installation, then manually run your package manager's install command.
Upgrade to ESLint 9+ and ensure no legacy .eslintrc files are present. If you need legacy config, use an older version of create-lobe-lint.
If you prefer .prettierrc, rename the generated file to .prettierrc and adjust the format.
Use one of the accepted values: next, remix, vite, expo, true, false.
Install Node.js from https://nodejs.org (version >=18). Verify with `node -v && npm -v`.
Use `npx create-lobe-lint@2.1.5` to specify the exact version, or check your internet connection.
No dependency data recorded yet.