From 7d25a66beb1ec62368d243c58dd690b33f8a45bb Mon Sep 17 00:00:00 2001 From: Gaeulbyul <830515+gaeulbyul@users.noreply.github.com> Date: Sun, 3 Sep 2023 08:37:48 +0000 Subject: [PATCH] deno-lint: Add version 0.51.0 (#4993) (#5068) * deno_lint: Add version 0.51.0 (#4993) * Rename deno_lint.json to deno-lint.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/deno-lint.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/deno-lint.json diff --git a/bucket/deno-lint.json b/bucket/deno-lint.json new file mode 100644 index 0000000000..e26e3ad9bb --- /dev/null +++ b/bucket/deno-lint.json @@ -0,0 +1,26 @@ +{ + "version": "0.51.0", + "description": "Blazing fast linter for JavaScript and TypeScript written in Rust", + "homepage": "https://lint.deno.land/", + "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2022" + }, + "architecture": { + "64bit": { + "url": "https://github.com/denoland/deno_lint/releases/download/0.51.0/dlint-x86_64-pc-windows-msvc.zip", + "hash": "d69e9544bf8cdcd359d68bd1b2732aafe69bf89d139736bd727a45fbb7991655" + } + }, + "bin": "dlint.exe", + "checkver": { + "github": "https://github.com/denoland/deno_lint" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/denoland/deno_lint/releases/download/$version/dlint-x86_64-pc-windows-msvc.zip" + } + } + } +}