Nx 23.2 shipped on September 3 with first-class support for Oxlint and Oxfmt — the Rust-powered linter and formatter from the VoidZero/Cloudflare ecosystem. On a 67-project monorepo, linting dropped from 17.93 seconds to 2.74 seconds. A full green CI run shrank from 205,452 bytes of output to 3,083 bytes. Both features are experimental, both are ready to use, and neither requires you to throw out your existing ESLint config to get started. The Oxlint Plugin The new @nx/oxlint plugin wires Oxlint into Nx’s task graph as a first-class linting target. Install it with one command: The plugin’s inference engine reads […]
The post