home.social

#oxlint — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #oxlint, aggregated by home.social.

fetched live
  1. @nzakas Yes, but #oxlint written in #rust is still a lot faster. But I must also tell that #eslint v9 was my last known version, so don't know how much it improved since then.

  2. Как мы ускорили разработку Frontend на 10х TSGO, Oxlint, Rsbuild, React Compiler & CodeGen

    В этой статье разберу пять направлений, в которых мы получили измеримый эффект: 1. Type checking — TSCheck vs TSGO 2. Linting — ESLint vs Biome vs Oxlint 3. Bundling — Webpack → Vite → Rsbuild 4. API-контракты — Кодогенерация без AI 5. React-оптимизации — React Compiler в production

    habr.com/ru/articles/1049908/

    #tsgo #react #webpack #vue #rsbuild #eslint #oxlint #biome #swagger #react_compiler

  3. Hui, I migrated a small project from #eslint (~5.5 sec) to #oxlint (~0.9 sec). That's a really nice improvement. Now I need to migrate more projects. :D

  4. #Oxlint 1.0 is here, bringing fast linting, extensive rules, and smooth migration tools for projects of any size - from open-source to enterprise.

    The Rust-based JavaScript & TypeScript linter from the Oxc toolchain hits its first stable release.

    Learn more: bit.ly/4fS5LeS

    #InfoQ #JavaScript #TypeScript #RustLang

  5. > we’ve reached a saturation point where the API surface is mostly settled, and everyone just wants “the same thing, but faster.” Hence the explosion of new tools that are nearly drop-in replacements for existing ones: #Rolldown for #Rollup, #Oxlint for #ESLint, #Biome for #Prettier, etc.

    nolanlawson.com/2024/10/20/why

    #JavaScript #webDev #programming

  6. TIL of Oxlint, a JS linter (like #ESLint) written in Rust. Looks like it’s got some really good diagnostics messages. High praises from Shopify in the general availability announcement: oxc-project.github.io/blog/202

    #Oxlint #JavaScript