mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44: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]]
|
[[package]]
|
||||||
name = "deno_lint"
|
name = "deno_lint"
|
||||||
version = "0.68.2"
|
version = "0.68.2"
|
||||||
|
source = "git+https://github.com/bartlomieju/deno_lint.git?branch=add_apis#b7de97ba396028c4e6b3a98af970f3994ce508ca"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"deno_ast",
|
"deno_ast",
|
||||||
|
|
|
@ -350,4 +350,4 @@ opt-level = 3
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
deno_config = { git = "https://github.com/denoland/deno_config.git", branch = "deno_lint_rules" }
|
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