mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
8f9da368f7
This commit adds formatting of optional "hint" that can be present in lint diagnostic.
12 lines
258 B
Text
12 lines
258 B
Text
(ban-untagged-ignore) Ignore directive requires lint rule name(s)
|
|
// deno-lint-ignore
|
|
^^^^^^^^^^^^^^^^^^^
|
|
at [WILDCARD]file1.js:1:0
|
|
|
|
hint: [WILDCARD]
|
|
|
|
(no-empty) Empty block statement
|
|
while (false) {}
|
|
^^
|
|
at [WILDCARD]file1.js:2:14
|
|
|