@circlesac/lint
v0.0.26
Published
🔧 A zero-config lint tool that uses ESLint, Prettier, and Biome
Readme
@circlesac/lint
🔧 A zero-config lint tool that uses ESLint, Prettier, and Biome
Usage
Use with npx (recommended)
npx @circlesac/lintExamples
# Run all tools
npx @circlesac/lint --all
# Run specific tools
npx @circlesac/lint --eslint
npx @circlesac/lint --prettier --biome
# Show help
npx @circlesac/lint