2024-01-23 16:37:43 +01:00
|
|
|
error[ban-untagged-ignore]: Ignore directive requires lint rule name(s)
|
|
|
|
--> [WILDCARD]file1.js:1:1
|
|
|
|
|
|
|
|
|
1 | // deno-lint-ignore
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
= hint: Add one or more lint rule names. E.g. // deno-lint-ignore adjacent-overload-signatures
|
2020-09-20 20:49:22 +09:00
|
|
|
|
2024-03-21 14:18:59 -07:00
|
|
|
docs: https://lint.deno.land/rules/ban-untagged-ignore
|
2020-10-18 16:26:05 +02:00
|
|
|
|
2020-09-20 20:49:22 +09:00
|
|
|
|
2024-01-23 16:37:43 +01:00
|
|
|
error[no-empty]: Empty block statement
|
|
|
|
--> [WILDCARD]file1.js:2:15
|
|
|
|
|
|
|
|
|
2 | while (false) {}
|
|
|
|
| ^^
|
|
|
|
= hint: Add code or comment to the empty block
|
|
|
|
|
2024-03-21 14:18:59 -07:00
|
|
|
docs: https://lint.deno.land/rules/no-empty
|
2024-01-23 16:37:43 +01:00
|
|
|
|
2020-10-30 20:39:53 +01:00
|
|
|
|