Benchmarks for linting the Microsoft VS Code codebase with standard JavaScript/TypeScript rules.
# From the root directory
../init.sh # Clone VS Code repo and install dependencies./bench.sh- Oxlint vs Biome - Single rule comparison (no-debugger)
- Oxlint vs ESLint - Full ruleset comparison with standard JS/TS rules, with ESLint run both single-threaded (default) and multi-threaded (
--concurrency=auto)
.oxlintrc.json- Oxlint configuration with standard ruleseslint.config.mjs- ESLint configuration with equivalent rules