Lint your staged git files with zero dependencies, comparing to lint-staged's 60+ nested deps. This package (v0.1.1) runs configured linters only on staged files, with a single exported function lintTime(). Release cadence is irregular as a new project. Differentiators: extremely lightweight, no runtime dependencies, ESM and CJS support, TypeScript types included.
npm install lint-timeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install, configure with a .lint-time.js file, and run lint-time programmatically.
Create a .lint-time.js config file in project root.
Use module.exports = { ... } in .lint-time.jsConsider alternatives like lint-staged if more features needed.
Install globally with npm install -g lint-time or use npx.
Run 'npm install lint-time' in your project root.
Use 'import { lintTime } from "lint-time"' instead of 'import lintTime from "lint-time"'.No dependency data recorded yet.