Registry / devops / quick-lint

quick-lint

JSON →
library1.2.3jsnpmunverified

Quick Lint (v1.2.3) is a CLI tool for rapidly setting up code linting standards in JavaScript, Vue 2, Vue 3, and React projects. It automates configuration of ESLint, Prettier, and related tools via a single command. Currently stable with monthly releases. Differentiator: one-command initialization and framework-agnostic support, reducing manual setup overhead vs. manual ESLint config.

npm install quick-lint
INSTALL
IMPORT
SIG · QUICK-LINT
Q
quick-lint
devopsjavascriptv1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

quick-lint (CLI)
npx quick-lint init
npm install quick-lint -g && quick-lint init
Recommended usage with npx to avoid global install. The package is a CLI tool, not a library to import.
quick-lint (package)
pnpm add -D quick-lint
npm install quick-lint --save
As a devDependency, use -D flag. The package exports no modules; it's purely a CLI.
quick-lint (ESM)
import { quickLint } from 'quick-lint'; // does not exist
import quickLint from 'quick-lint';
This package has no ES module exports. It is a CLI only. Do not import it in code.

Initialize linting config for a JavaScript, Vue 2, Vue 3, or React project using Quick Lint CLI.

npx quick-lint init # Then select your framework when prompted # The tool will create .eslintrc, .prettierrc, etc.
Debug
Known issues
gotchaThe CLI creates configuration files in the current directory; it may overwrite existing .eslintrc, .prettierrc, or similar files without backup.
fix
Ensure you have a backup of your existing lint configs before running 'quick-lint init'.
affects: >=1.0.0
deprecatedAs of v1.2.0, support for ESLint <7 has been removed. Older ESLint versions may cause errors.
fix
Update ESLint to version 7 or later.
affects: >=1.2.0
Errors
Common errors & fixes
No such command: init. Did you mean something else?
Quick Lint not installed or not in PATH when using global install without npx.
fix
Run with npx: npx quick-lint init
Error: Cannot find module 'eslint'
ESLint is not installed in the project. Quick Lint requires ESLint as a peer dependency.
fix
Install ESLint: npm install eslint -D
Upgrade
Version history
1.2.3latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
quick-lint — npm install quick-lint · libregistry