quicklint-cli
v1.0.1
Published
Zero-config ESLint + Prettier setup — one command to add linting to any project.
Maintainers
Readme
QuickLint — Zero-Config ESLint + Prettier
One command to add professional-grade linting and formatting to any JavaScript or TypeScript project. No config files. No decisions. Just works.
Install
npm install -g quicklint-cliUsage
# Add linting to your project (auto-detects JS/TS/React)
quicklint init
# Run linting
quicklint check
# Auto-fix everything
quicklint fix
# Check formatting only
quicklint format --checkWhat It Sets Up
Running quicklint init configures:
- ESLint with sensible defaults (auto-detects your framework)
- Prettier with consistent formatting rules
- .editorconfig for cross-editor consistency
- pre-commit hook (optional) via husky
- VS Code settings so your team shares the same config
Supports: JavaScript, TypeScript, React, Next.js, Vue, Node.js, and vanilla.
Example
$ quicklint init
✓ Detected: React + TypeScript project
✓ Installed: eslint, prettier, eslint-config-prettier
✓ Created: .eslintrc.json, .prettierrc, .editorconfig
✓ Added: lint and format scripts to package.json
Done! Run `quicklint check` to lint your code.Premium
Upgrade to Premium ($9 lifetime) for:
- Custom ESLint rule packs (React, Node.js, monorepo)
- Team-wide shared configs
- CI/CD integration with PR annotations
- Advanced auto-fix rules
- Priority support
License
MIT — free for personal and commercial use.
Built by Kryptorious Quantum Biosciences.
