mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
const foo = await 1
|
|
const bar = () => {}
|
|
await bar(foo)
|