ZIP
WinGet
oxlint
VoidZero Inc. & Contributors · 1.70.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
oxlint-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
oxc-project.oxlint
Version
1.70.0
Description
oxlint is a blazing-fast JavaScript and TypeScript linter that is 50–100× faster than ESLint. It is designed to catch erroneous or useless code without requiring any configurations by default.
License
MIT
↗
Installer URL
https://github.com/oxc-project/oxc/releases/download/apps_v1.70.0/oxlint-x86_64-pc-windows-msvc.zip
Release Notes
Highlights
- 1490a0a linter/react: Implement react-compiler rule (#23202) (Boshen)
🚀 Features
- 5e1627d linter/unicorn: Flag all Error() calls without new in throw-new-error (#23363) (Cason Kervis)
- 2e8bda4 linter/vue: Implement no-dupe-keys rule (#23350) (bab)
- dd560ae linter/unicorn: Implement no-array-fill-with-reference-type rule (#23397) (Mikhail Baev)
- af36c2f linter: Add schema for react/jsx-curly-brace-presence (#23400) (WaterWhisperer)
- 47d34a3 linter: Add schema for react/jsx-hand…