Skip to content

Commit

Permalink
Disable @typescript-eslint/no-invalid-void-type (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner authored Jul 26, 2023
1 parent 74792e1 commit ab5a3da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ module.exports = {
optionalDependencies: false,
},
],

// See https://github.com/typescript-eslint/typescript-eslint/issues/7227
'@typescript-eslint/no-invalid-void-type': 'off',
},
overrides: [
{
Expand Down

0 comments on commit ab5a3da

Please sign in to comment.