File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -520,6 +520,7 @@ module.exports = {
520
520
521
521
'@typescript-eslint/no-unsafe-assignment' : 'error' ,
522
522
'@typescript-eslint/no-unsafe-call' : 'error' ,
523
+ '@typescript-eslint/no-unsafe-declaration-merging' : 'error' ,
523
524
524
525
// Disabled until TypeScrpt supports the `node:` protocol.
525
526
// '@typescript-eslint/no-unsafe-member-access': 'error',
Original file line number Diff line number Diff line change 44
44
" simple"
45
45
],
46
46
"devDependencies" : {
47
- "@typescript-eslint/eslint-plugin" : " ^5.31 .0" ,
48
- "@typescript-eslint/parser" : " ^5.31 .0" ,
47
+ "@typescript-eslint/eslint-plugin" : " ^5.41 .0" ,
48
+ "@typescript-eslint/parser" : " ^5.41 .0" ,
49
49
"ava" : " ^2.4.0" ,
50
50
"eslint" : " ^7.8.1" ,
51
51
"typescript" : " >=4.4"
52
52
},
53
53
"peerDependencies" : {
54
- "@typescript-eslint/eslint-plugin" : " >=5.31 .0" ,
55
- "@typescript-eslint/parser" : " >=5.31 .0" ,
54
+ "@typescript-eslint/eslint-plugin" : " >=5.41 .0" ,
55
+ "@typescript-eslint/parser" : " >=5.41 .0" ,
56
56
"eslint" : " >=8.0.0" ,
57
57
"typescript" : " >=4.4"
58
58
}
You can’t perform that action at this time.
0 commit comments