mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
test: fix with new rules introduced
This commit is contained in:
2
test/fixtures/top-level-await.mjs
vendored
2
test/fixtures/top-level-await.mjs
vendored
@ -1,3 +1,3 @@
|
||||
const foo = await 1
|
||||
const bar = function () {}
|
||||
const bar = () => {}
|
||||
await bar(foo)
|
||||
|
Reference in New Issue
Block a user