Skip to content

Commit

Permalink
Merge pull request #164 from standard/remove-no-return-await
Browse files Browse the repository at this point in the history
Remove no-return-await rule
  • Loading branch information
LinusU committed Mar 18, 2020
2 parents eb187de + 243d38f commit 2a14319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Expand Up @@ -136,7 +136,6 @@
"no-redeclare": ["error", { "builtinGlobals": false }],
"no-regex-spaces": "error",
"no-return-assign": ["error", "except-parens"],
"no-return-await": "error",
"no-self-assign": ["error", { "props": true }],
"no-self-compare": "error",
"no-sequences": "error",
Expand Down

0 comments on commit 2a14319

Please sign in to comment.