summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/without_config/file2.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lint/without_config/file2.ts')
-rw-r--r--cli/tests/testdata/lint/without_config/file2.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/lint/without_config/file2.ts b/cli/tests/testdata/lint/without_config/file2.ts
deleted file mode 100644
index 73c612c35..000000000
--- a/cli/tests/testdata/lint/without_config/file2.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-try {
- await Deno.open("./some/file.txt");
-} catch (_e) {}
-
-// deno-lint-ignore no-explicit-any
-function _foo(): any {}