Skip to content

Commit 1eba484

Browse files
oxlint: Update to version 1.35.0
1 parent 86bb3fc commit 1eba484

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bucket/oxlint.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "1.34.0",
2+
"version": "1.35.0",
33
"description": "A collection of JavaScript tools written in Rust.",
44
"homepage": "https://github.com/oxc-project/oxc",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.34.0/oxlint-win32-x64.zip",
9-
"hash": "c43ff2f15914f9cdcf8182c51ef2c94e7a449ac0cb79205f76026f5841222736"
8+
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.35.0/oxlint-win32-x64.zip",
9+
"hash": "ee03bb0d9beb285663d4ba21ce096934cee64fe4d1fea9666fb49af0e936796a"
1010
},
1111
"arm64": {
12-
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.34.0/oxlint-win32-arm64.zip",
13-
"hash": "36a51bcd0522af286fe85b9841dd763eb644e0a3b3e897b5adb2d907e4290155"
12+
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.35.0/oxlint-win32-arm64.zip",
13+
"hash": "91f40310e38677d1e642756fdc9480ba6c29526db1027cdb45ec4cc244878ed9"
1414
}
1515
},
1616
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",

0 commit comments

Comments
 (0)