oxlint

High-performance linter for JavaScript and TypeScript written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

High-performance linter for JavaScript and TypeScript written in Rust

Commands

oxlint

Examples

Lint all JavaScript and TypeScript files in the current directory$ oxlint
Lint a specific file with detailed output$ oxlint src/index.ts
Lint with specific rules and format output as JSON$ oxlint --format json src/