diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-08 14:06:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-08 14:06:20 +0200 |
| commit | 0e9da7e731cea3a073812c22da30d87209537a88 (patch) | |
| tree | 016a4ab0f7a1c57fbf94668e49a8e33845000f44 /cli/Cargo.toml | |
| parent | 62adc63934d8be52b90512ad0e8165d9dd36eafc (diff) | |
feat: "deno lint" subcommand (#6125)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 81eb9d7fb..01a240d3a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,6 +20,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.47.1" } [dependencies] deno_core = { path = "../core", version = "0.47.1" } +deno_lint = { version = "0.1.7" } deno_typescript = { path = "../deno_typescript", version = "0.47.1" } atty = "0.2.14" |
