ZIP
WinGet
oxlint
VoidZero Inc. & Contributors · 1.36.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.36.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.36.0/oxlint-win32-arm64.zip
Release Notes
Table of Contents
- Oxlint v1.36.0
- Oxfmt v0.21.0
Oxlint v1.36.0
🚀 Features
- 5988dfa vscode: Show language server version inside sidebar status item tooltip (#17360) (Sysix)
- 71ead34 linter/no-nonoctal-decimal-escape: Implement suggestion (#17319) (GRK)
- d9aa426 vscode: Support diagnostic pull mode (#17211) (Sysix)
- 220e8e8 oxlint/lsp: Support textDocument/diagnostic (#17209) (Sysix)
- 267e255 linter/react: Implement react/no-did-mount-set-state (#17313) (Kenzo Wada)
- c813582 linter/react:…