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-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize linting config for a JavaScript, Vue 2, Vue 3, or React project using Quick Lint CLI.
Ensure you have a backup of your existing lint configs before running 'quick-lint init'.
Update ESLint to version 7 or later.
Run with npx: npx quick-lint init
Install ESLint: npm install eslint -D
No dependency data recorded yet.