pve-eslint/eslint/tests/fixtures/unmatched-patterns/passing.js2
Dominik Csapak eb39fafa4f first commit
includes a (minimal) working wrapper

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-04-06 15:06:03 +02:00

6 lines
49 B
Plaintext

let foo = "bar";
if (foo) {
foo = "bar2";
}