UNPKG

eslint-config-alloy

Version:
12 lines (8 loc) 138 B
let foo = 1; console.log(foo); function bar(baz) {} bar(); const { baz, ...rest } = data; console.log(baz, rest); try { } catch (e) {}