FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Oxlint Has a Free JavaScript Linter That Is 50-100x Faster Than ESLint
How-ToWeb Development

Oxlint Has a Free JavaScript Linter That Is 50-100x Faster Than ESLint

via Dev.to JavaScriptAlex Spinov3h ago

Oxlint lints your entire codebase in the time ESLint takes to lint one file. Written in Rust, it is the fastest JavaScript/TypeScript linter ever built. Speed Comparison # Lint a large project (10,000 files) eslint: 45 seconds biome: 0.8 seconds oxlint: 0.4 seconds # 100x faster than ESLint Oxlint is 50-100x faster than ESLint and 2x faster than Biome for linting. Setup npm install oxlint npx oxlint@latest No config file needed. Runs with sensible defaults immediately. What It Catches Oxlint includes 400+ rules from: ESLint core rules typescript-eslint rules eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-unicorn eslint-plugin-jest eslint-plugin-vitest eslint-plugin-promise eslint-plugin-n (Node.js) All built-in. Zero plugins to install. Configuration // .oxlintrc.json { "rules" : { "no-unused-vars" : "warn" , "no-console" : "off" , "eqeqeq" : "error" , "no-var" : "error" , "prefer-const" : "warn" , "react-hooks/exhaustive-deps" :

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
0 views

Related Articles

Red Rooms makes online poker as thrilling as its serial killer
How-To

Red Rooms makes online poker as thrilling as its serial killer

The Verge • 2h ago

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better
How-To

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better

Medium Programming • 3h ago

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 5h ago

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)
How-To

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)

Medium Programming • 6h ago

“You don’t need to learn programming anymore” — Reality Check from a CTO
How-To

“You don’t need to learn programming anymore” — Reality Check from a CTO

Medium Programming • 7h ago

Discover More Articles