mirror of
https://github.com/denoland/deno.git
synced 2025-02-16 02:26:08 -05:00
![Marvin Hagemeister](/assets/img/avatar_default.png)
This PR updates `deno_lint` which contains a couple of bug fixes for JSX/React related rules. The react rules now have all a `react-*` prefix in the name as well.
12 lines
246 B
Text
12 lines
246 B
Text
error[no-empty]: Empty block statement
|
|
--> [WILDCARD]file2.ts:3:14
|
|
|
|
|
3 | } catch (_e) {}
|
|
| ^^
|
|
= hint: Add code or comment to the empty block
|
|
|
|
docs: https://docs.deno.com/lint/rules/no-empty
|
|
|
|
|
|
Found 1 problem
|
|
Checked 1 file
|