mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-12 22:33:14 +01:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
|
const foo = await 1
|
||
|
const bar = function () {}
|
||
|
await bar(foo)
|