Skip to content

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 21 May 18:19
· 10 commits to master since this release

Added

  • Added type-aware TypeScript linting via OXC.Lint.run/2 with type_aware: true, powered by tsgolint headless 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}
)