Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(oxlint): add language server, bump to 0.15.8 #8717

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 5 additions & 16 deletions packages/oxlint/package.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
---
name: oxlint
description: High-performance linter for JavaScript and TypeScript written in Rust.
homepage: https://github.com/web-infra-dev/oxc
homepage: https://github.com/oxc-project/oxc
licenses:
- MIT
languages:
- JavaScript
- TypeScript
categories:
- LSP
- Linter

source:
id: pkg:github/web-infra-dev/oxc@oxlint_v0.5.3
asset:
- target: darwin_arm64
file: oxlint-darwin-arm64
- target: darwin_x64
file: oxlint-darwin-x64
- target: linux_arm64_gnu
file: oxlint-linux-arm64-gnu
- target: linux_x64_gnu
file: oxlint-linux-x64-gnu
- target: win_arm64
file: oxlint-win32-arm64.exe
- target: win_x64
file: oxlint-win32-x64.exe
id: pkg:npm/[email protected]

bin:
oxlint: "{{source.asset.file}}"
oxlint: npm:oxlint
oxc_language_server: npm:oxc_language_server