1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

use git deno_lint

This commit is contained in:
Bartek Iwańczuk 2025-01-02 23:09:06 +01:00
parent 2edd30904a
commit 9685d713fc
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -1875,6 +1875,7 @@ dependencies = [
[[package]]
name = "deno_lint"
version = "0.68.2"
source = "git+https://github.com/bartlomieju/deno_lint.git?branch=add_apis#b7de97ba396028c4e6b3a98af970f3994ce508ca"
dependencies = [
"anyhow",
"deno_ast",

View file

@ -350,4 +350,4 @@ opt-level = 3
[patch.crates-io]
deno_config = { git = "https://github.com/denoland/deno_config.git", branch = "deno_lint_rules" }
deno_lint = { path = "../deno_lint" }
deno_lint = { git = "https://github.com/bartlomieju/deno_lint.git", branch = "add_apis" }