mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-08-18 00:31:08 +00:00

includes a (minimal) working wrapper Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
let foo = "bar";
|
|
|
|
if (foo) {
|
|
foo = "bar2";
|
|
}
|