Commits
Click on a commit to change the comparison rangerefactor(oxlint): run oxlint before tsgolint
This refactors the linting process to run oxlint before tsgolint instead of
the previous order. This change enables proper support for disable directives
by allowing the disable directive data to be parsed and stored during the
oxlint run, then utilized during the tsgolint run, and finally enables
reporting of unused disable directives.
- Moves the oxlint execution to run before tsgolint
- Wraps the oxlint spawning in a block scope and clones necessary variables
- Adds proper cleanup with drop(tx_error) when type-aware linting is disabled