File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,12 @@ const rules = {
466
466
//
467
467
// Also related: https://github.com/typescript-eslint/typescript-eslint/issues/1798
468
468
// Also disable `no-constant-condition` when this is enabled
469
- // '@typescript-eslint/no-unnecessary-condition': 'error',
469
+ // '@typescript-eslint/no-unnecessary-condition': [
470
+ // 'error',
471
+ // {
472
+ // checkTypePredicates: true
473
+ // }
474
+ // ],
470
475
471
476
'@typescript-eslint/no-unnecessary-parameter-property-assignment' : 'error' ,
472
477
'@typescript-eslint/no-unnecessary-qualifier' : 'error' ,
@@ -559,6 +564,7 @@ const rules = {
559
564
'@typescript-eslint/prefer-reduce-type-parameter' : 'error' ,
560
565
'@typescript-eslint/prefer-string-starts-ends-with' : 'error' ,
561
566
'@typescript-eslint/promise-function-async' : 'error' ,
567
+ '@typescript-eslint/related-getter-setter-pairs' : 'error' ,
562
568
quotes : 'off' ,
563
569
'@stylistic/quotes' : [
564
570
'error' ,
Original file line number Diff line number Diff line change 50
50
" simple"
51
51
],
52
52
"dependencies" : {
53
- "@stylistic/eslint-plugin" : " ^2.6 .1" ,
53
+ "@stylistic/eslint-plugin" : " ^2.10 .1" ,
54
54
"eslint-config-xo" : " ^0.46.0" ,
55
- "typescript-eslint" : " ^8.3 .0"
55
+ "typescript-eslint" : " ^8.15 .0"
56
56
},
57
57
"devDependencies" : {
58
- "ava" : " ^6.1.3 " ,
59
- "eslint" : " ^9.8 .0" ,
60
- "typescript" : " ^5.5.4 "
58
+ "ava" : " ^6.2.0 " ,
59
+ "eslint" : " ^9.15 .0" ,
60
+ "typescript" : " ^5.6.3 "
61
61
},
62
62
"peerDependencies" : {
63
63
"eslint" : " >=9.8.0" ,
You can’t perform that action at this time.
0 commit comments