Runs type-aware TypeScript lint rules through tsgolint headless mode.
Summary
Functions
Run tsgolint on a list of files.
Types
@type diagnostic() :: OXC.Lint.diagnostic()
@type severity() :: OXC.Lint.severity()
Functions
@spec run( [String.t()], keyword() ) :: {:ok, [diagnostic()]} | {:error, [String.t()]}
Run tsgolint on a list of files.