feat(lint): add no-process-global lint rule (#25709)

Closes https://github.com/denoland/deno/issues/25679
This commit is contained in:
Divy Srivastava 2024-09-19 00:20:42 +05:30 committed by GitHub
parent f347e779e0
commit fd860260ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 12 deletions

View file

@ -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