Skip to content

Commit ab5a3da

Browse files
authored
Disable @typescript-eslint/no-invalid-void-type (#674)
1 parent 74792e1 commit ab5a3da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ module.exports = {
121121
optionalDependencies: false,
122122
},
123123
],
124+
125+
// See https://github.com/typescript-eslint/typescript-eslint/issues/7227
126+
'@typescript-eslint/no-invalid-void-type': 'off',
124127
},
125128
overrides: [
126129
{

0 commit comments

Comments
 (0)