mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2026-04-13 14:31:05 +02:00
test: fix with new rules introduced
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
const foo = await 1
|
||||
const bar = function () {}
|
||||
const bar = () => {}
|
||||
await bar(foo)
|
||||
|
||||
Reference in New Issue
Block a user