Skip to content

Commit

Permalink
chore: remove linter await promise rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 26, 2019
1 parent 8cefeba commit 5e25aa7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": [
"@adonisjs/mrm-preset/_tslint"
],
"rules": {
"await-promise": true
}
]
}

0 comments on commit 5e25aa7

Please sign in to comment.