Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Add rule for no-return-await (#1)
Browse files Browse the repository at this point in the history
* Add rule for no return await
* Order keys alphabetically
  • Loading branch information
prabhtz authored and mesaugat committed Oct 23, 2018
1 parent 8e31e01 commit f90fb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
],
"no-collapsible-if": true,
"no-else-after-return": true,
"no-return-await": true,
"no-string-literal": false,
"no-switch-case-fall-through": true,
"no-unnecessary-else": true,
Expand Down

0 comments on commit f90fb00

Please sign in to comment.