summaryrefslogtreecommitdiff
path: root/cli/tests/lint/file2.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-04-09 23:35:29 +0200
committerGitHub <noreply@github.com>2021-04-09 23:35:29 +0200
commit1c7217e3909c72135020ff415e61644e20e1f62c (patch)
treee7fc2943aec824a3755dc627c7e10fa4f821a1b5 /cli/tests/lint/file2.ts
parent0fd1fb9329512258064c3c04e3c2d990f3748834 (diff)
chore: upgrade dependencies (#10094)
This commit upgrades: - swc_ecmascript - swc_bundler - deno_doc - deno_lint - dprint-plugin-typescript
Diffstat (limited to 'cli/tests/lint/file2.ts')
-rw-r--r--cli/tests/lint/file2.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/lint/file2.ts b/cli/tests/lint/file2.ts
index a2be5c5e0..73c612c35 100644
--- a/cli/tests/lint/file2.ts
+++ b/cli/tests/lint/file2.ts
@@ -1,6 +1,6 @@
try {
await Deno.open("./some/file.txt");
-} catch (e) {}
+} catch (_e) {}
// deno-lint-ignore no-explicit-any
-function foo(): any {}
+function _foo(): any {}