Skip to content

Commit

Permalink
Disallow unnecessary return await (no-return-await)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 1, 2017
1 parent da1db47 commit 972a12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -109,6 +109,7 @@
"no-redeclare": "error",
"no-regex-spaces": "error",
"no-return-assign": ["error", "except-parens"],
"no-return-await": "error",
"no-self-assign": "error",
"no-self-compare": "error",
"no-sequences": "error",
Expand Down

0 comments on commit 972a12c

Please sign in to comment.