Lint is a universal linter (v1.2.2) that wraps ESLint, Prettier, RuboCop, Biome, Ruff, and Oxlint into a single CLI with AI-powered code review. It supports all major languages and integrates with git hooks for pre-commit checks. The tool uses OpenAI/Anthropic APIs for intelligent fix suggestions and merges configuration from multiple tools. Released monthly, it differentiates by unifying disparate linters and offering AI-driven remediation.
npm install lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lint a glob of files with ESLint and Prettier, auto-fix issues, and output summary using AI-powered suggestions.
Upgrade Node to >=20.
Use 'tools' instead of 'linters'.
Replace require with import.
Set OPENAI_API_KEY or pass aiKey in options.
Check tool-specific documentation for fix behavior.
npm install lint && use import instead of require.
Import { lint } from 'lint' instead of import lint from 'lint'.Replace 'linters' with 'tools'.