Skip to content

Commit 5ef2753

Browse files
David Brockman Smolianskypetrenkotino
authored andcommitted
fix: remove the require-await rule
1 parent f40b2ec commit 5ef2753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ module.exports = {
157157
"prefer-template": 1,
158158
"quote-props": [2, "as-needed"],
159159
"quotes": [2, "single", "avoid-escape"],
160-
"require-await": 2,
161160
"require-yield": 2,
162161
"semi": [2, "always"],
163162
"semi-spacing": [2, { "before": false, "after": true }],

0 commit comments

Comments
 (0)