0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 21:23:32 -05:00
denoland-deno/tests/specs/lint/lint_plugin_fix_error/fix.out

12 lines
342 B
Text
Raw Normal View History

Error linting: [WILDLINE]main.ts
The 'test-plugin/my-rule' rule caused a syntax error applying 'Fix this test-plugin/my-rule problem'.
Range: [14, 18]
Text: "garbage test test"
: Expected a semicolon at file:///[WILDLINE]/main.ts:1:23
const value = garbage test test;
~~~~
Checked 2 files