1
1
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:
Divlo
2022-08-31 14:00:08 +02:00
parent c3b46debe6
commit e0f93343fe
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
const foo = await 1
const bar = function () {}
const bar = () => {}
await bar(foo)