File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ module.exports = {
505
505
}
506
506
] ,
507
507
'no-throw-literal' : 'off' ,
508
- '@typescript-eslint/no -throw-literal ' : [
508
+ '@typescript-eslint/only -throw-error ' : [
509
509
'error' ,
510
510
{
511
511
// This should ideally be `false`, but it makes rethrowing errors inconvenient. There should be a separate `allowRethrowingUnknown` option.
Original file line number Diff line number Diff line change 45
45
" simple"
46
46
],
47
47
"devDependencies" : {
48
- "@typescript-eslint/eslint-plugin" : " ^7.3 .0" ,
49
- "@typescript-eslint/parser" : " ^7.3 .0" ,
48
+ "@typescript-eslint/eslint-plugin" : " ^7.4 .0" ,
49
+ "@typescript-eslint/parser" : " ^7.4 .0" ,
50
50
"ava" : " ^6.1.2" ,
51
51
"eslint" : " ^8.56.0" ,
52
52
"typescript" : " ^5.3.3"
53
53
},
54
54
"peerDependencies" : {
55
- "@typescript-eslint/eslint-plugin" : " >=7.3 .0" ,
56
- "@typescript-eslint/parser" : " >=7.3 .0" ,
55
+ "@typescript-eslint/eslint-plugin" : " >=7.4 .0" ,
56
+ "@typescript-eslint/parser" : " >=7.4 .0" ,
57
57
"eslint" : " >=8.56.0" ,
58
58
"typescript" : " >=5.0.0"
59
59
}
You can’t perform that action at this time.
0 commit comments