mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
chore: initial commit
This commit is contained in:
3
test/fixtures/top-level-await.mjs
vendored
Normal file
3
test/fixtures/top-level-await.mjs
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
const foo = await 1
|
||||
const bar = function () {}
|
||||
await bar(foo)
|
Reference in New Issue
Block a user