@tyndall/lint
v0.0.15
Published
Lint and format execution package for Hyper tooling and scaffolding workflows.
Readme
@tyndall/lint
Overview
Lint and format execution package for Hyper tooling and scaffolding workflows.
Responsibilities
- Provide
runLint/runFormatprogrammatic APIs for Hyper CLI and scaffolding. - Delegate lint/format execution to
@tyndall/oxc(oxlint/oxfmt). - Provide a resilient runtime path by falling back to Bunx when OXC binaries are missing.
Public API Highlights
- runLint
- runFormat
commandArgssupport for custom command prefixes (for example,bunx --bun oxlint).
Development
- Build: bun run --filter @tyndall/lint build
- Test (from workspace root): bun test
Documentation
- Package specification: spec.md
- Package architecture: architecture.md
- Package changes: CHANGELOG.md
Maintenance Rules
- Keep this document aligned with implemented package behavior.
- Update spec.md and architecture.md whenever package contracts or design boundaries change.
- Record user-visible package changes in CHANGELOG.md.
