v0.15.0
Added
- Added type-aware TypeScript linting via
OXC.Lint.run/2withtype_aware: true, powered bytsgolintheadless mode. - Supports
type_check,source_overrides, fixes, suggestions, and normalized diagnostics for type-aware runs.
OXC.Lint.run(["lib/app.ts"],
type_aware: true,
tsgolint: "tsgolint",
type_check: true,
rules: %{"typescript/no-floating-promises" => :deny}
)