Skip to content

Commit 243d38f

Browse files
authored
Remove no-return-await rule
1 parent eb187de commit 243d38f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
"no-redeclare": ["error", { "builtinGlobals": false }],
137137
"no-regex-spaces": "error",
138138
"no-return-assign": ["error", "except-parens"],
139-
"no-return-await": "error",
140139
"no-self-assign": ["error", { "props": true }],
141140
"no-self-compare": "error",
142141
"no-sequences": "error",

0 commit comments

Comments
 (0)