diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-25 09:07:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 09:07:59 -0400 |
| commit | 763f05e74dfd0032b238603f625893a52e363591 (patch) | |
| tree | c6a71559472755919358afa53eecac206cad80a9 /cli/Cargo.toml | |
| parent | ef78d317f084ffe633253acd138a48a425113fa7 (diff) | |
fix(unstable): move sloppy-import warnings to lint rule (#24710)
Adds a new `no-sloppy-imports` lint rule and cleans up the lint code.
Closes #22844
Closes https://github.com/denoland/deno_lint/issues/1293
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4242fb09c..a19dcbe3d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -70,7 +70,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = { version = "0.144.0", features = ["html", "syntect"] } deno_emit = "=0.43.1" deno_graph = { version = "=0.80.1", features = ["tokio_executor"] } -deno_lint = { version = "=0.60.1", features = ["docs"] } +deno_lint = { version = "=0.61.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.21.4" deno_package_json.workspace = true |
