Aberlaas Lint is a CLI tool and library for linting files in JavaScript/TypeScript projects. As part of the Aberlaas toolkit (v2.27.4), it consolidates ESLint, Prettier, and other linters into a single command. It provides opinionated defaults but allows customization via config files. The library is primarily used via the `aberlaas lint` CLI command, but also exports a `lint` function for programmatic use. It targets Node.js and requires ESM. Version 2.x is stable; releases follow changes in underlying linters.
npm install aberlaas-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Programmatic usage: lint files with optional auto-fix.
Use `@aberlaas/lint` instead.
Run `npx aberlaas lint` in your project.
Update Node.js to 14+.
Run `npm install aberlaas-lint` and ensure ESM (type: 'module' in package.json) or `.mjs` extension.
Change to `import { lint } from 'aberlaas-lint'` and use ESM context.