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:
parent
2edd30904a
commit
9685d713fc
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue