2024-01-23 10:37:43 -05: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 07:49:22 -04:00
|
|
|
|
2024-03-21 17:18:59 -04:00
|
|
|
docs: https://lint.deno.land/rules/ban-untagged-ignore
|
2020-10-18 10:26:05 -04:00
|
|
|
|
2020-09-20 07:49:22 -04:00
|
|
|
|
2024-01-23 10:37:43 -05: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 17:18:59 -04:00
|
|
|
docs: https://lint.deno.land/rules/no-empty
|
2024-01-23 10:37:43 -05:00
|
|
|
|
2020-10-30 15:39:53 -04:00
|
|
|
|