ko-lint provides linting tools (ESLint, Prettier) for the DTStack/ko ecosystem. Current stable version is 4.0.22. It is a wrapper that enforces consistent lint configurations across ko projects. Key differentiator: tightly integrated with ko-script build system; ships TypeScript types. Release cadence is tied to ko releases. Transitive peer dependency on ko-lint-config.
npm install ko-lintsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use lint and format functions.
Use ESM imports (import { lint } from 'ko-lints') or upgrade to Node >=14.Use named exports.
npm install ko-lint-config
Change require() to import or upgrade Node.
npm install ko-lint-config
Use named exports like lint, format.