Skip to content

Commit 4680ca3

Browse files
committed
Disable @typescript-eslint/no-unsafe-declaration-merging. It came in
between v5 and v8 of the eslint plugin.
1 parent 51bff06 commit 4680ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export default [
135135

136136
// TODO: Disabled when upgrading typescript-eslint from 5 to 8
137137
'@typescript-eslint/no-unsafe-function-type': 'off',
138+
'@typescript-eslint/no-unsafe-declaration-merging': 'off',
138139
},
139140
},
140141
{

0 commit comments

Comments
 (0)