1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00
Files
eslint-config-conventions/test/fixtures/top-level-await.mjs
2022-08-31 14:00:08 +02:00

4 lines
56 B
JavaScript

const foo = await 1
const bar = () => {}
await bar(foo)