The JavaScript Oxidation Compiler
Oxlint Type-Aware PreviewWe're thrilled to announce type-aware linting in oxlint!The long-awaited no-floating-promises and related rules are here.This preview release aims to engage with the community for collaboration and discussion by documenting our decision process and technical details.Quick Start If oxlint is already configured, install oxlint-tsgolint and run oxlint with the --type-aware flag:bashpnpm add -D oxlint-tsgolint@latest
pnpm dlx oxlint --type-awareIf oxlint is not configured b...
Read more at oxc.rs