Skip to content

Commit 934371c

Browse files
committedFeb 22, 2022
Correct level unicorn/no-await-expression-member
1 parent 82cf459 commit 934371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
"unicorn/catch-error-name": ["error", {"name": "err"}],
6565
"unicorn/explicit-length-check": "off",
66-
"unicorn/no-await-expression-member": "off",
66+
"unicorn/no-await-expression-member": "warn",
6767
"unicorn/numeric-separators-style": "off",
6868
"unicorn/prefer-add-event-listener": "warn",
6969
"unicorn/prefer-module": "off",

0 commit comments

Comments
 (0)
Please sign in to comment.