ZIP
WinGet
oxlint
VoidZero Inc. & Contributors · 1.30.0 · arm64
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-win32-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
oxc-project.oxlint
Version
1.30.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.30.0/oxlint-win32-arm64.zip
Release Notes
Table of Contents
- Oxlint v1.30.0
- Oxfmt v0.15.0
Oxlint v1.30.0
💥 BREAKING CHANGES
- cbb27fd ast: [BREAKING] Add TSGlobalDeclaration type (#15712) (overlookmotel)
🚀 Features
- 72660f7 linter: Support auto generate config document for tuple lint option (#15904) (Duc Nghiem Xuan)
- 0c1f82b linter/plugins: Add tokens property to Program (#16020) (overlookmotel)
- 9e61beb linter/plugins: Implement SourceCode#getFirstToken() (#16002) (Arsh)
- 9a548dd linter/plugins: Implement SourceCode#getLastToke…