diff options
Diffstat (limited to 'tests/specs/lint/bom/mod.out')
-rw-r--r-- | tests/specs/lint/bom/mod.out | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/specs/lint/bom/mod.out b/tests/specs/lint/bom/mod.out new file mode 100644 index 000000000..eea1e531d --- /dev/null +++ b/tests/specs/lint/bom/mod.out @@ -0,0 +1,12 @@ +error[no-unused-vars]: `t` is never used + --> [WILDLINE] + | +4 | const t = 5; + | ^ + = hint: If this is intentional, prefix it with an underscore like `_t` + + docs: https://lint.deno.land/rules/no-unused-vars + + +Found 1 problem +Checked 1 file |