mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 06:31:15 +00:00
feat(lint): add no-process-global
lint rule (#25709)
Closes https://github.com/denoland/deno/issues/25679
This commit is contained in:
parent
f347e779e0
commit
fd860260ad
6 changed files with 17 additions and 12 deletions
|
@ -69,7 +69,7 @@ deno_config = { version = "=0.34.3", features = ["workspace", "sync"] }
|
|||
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||
deno_doc = { version = "0.148.0", features = ["html", "syntect"] }
|
||||
deno_graph = { version = "=0.82.1" }
|
||||
deno_lint = { version = "=0.66.0", features = ["docs"] }
|
||||
deno_lint = { version = "=0.67.0", features = ["docs"] }
|
||||
deno_lockfile.workspace = true
|
||||
deno_npm = "=0.25.1"
|
||||
deno_package_json.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue