Skip to content

Commit

Permalink
Merge pull request #13 from joyn/async-cb
Browse files Browse the repository at this point in the history
Enable checking void return type for @typescript-eslint/no-misused-promises
  • Loading branch information
lo1tuma committed Oct 19, 2021
2 parents c33df89 + 25d188a commit 50496f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
'error',
{
checksConditionals: true,
checksVoidReturn: false
checksVoidReturn: true
}
],

Expand Down

0 comments on commit 50496f1

Please sign in to comment.