File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,6 @@ module.exports = {
613
613
614
614
'@typescript-eslint/prefer-reduce-type-parameter' : 'error' ,
615
615
'@typescript-eslint/prefer-string-starts-ends-with' : 'error' ,
616
- '@typescript-eslint/prefer-ts-expect-error' : 'error' ,
617
616
'@typescript-eslint/promise-function-async' : 'error' ,
618
617
quotes : 'off' ,
619
618
'@typescript-eslint/quotes' : [
Original file line number Diff line number Diff line change 45
45
" simple"
46
46
],
47
47
"devDependencies" : {
48
- "@typescript-eslint/eslint-plugin" : " ^7.4 .0" ,
49
- "@typescript-eslint/parser" : " ^7.4 .0" ,
48
+ "@typescript-eslint/eslint-plugin" : " ^7.11 .0" ,
49
+ "@typescript-eslint/parser" : " ^7.11 .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.4 .0" ,
56
- "@typescript-eslint/parser" : " >=7.4 .0" ,
55
+ "@typescript-eslint/eslint-plugin" : " >=7.11 .0" ,
56
+ "@typescript-eslint/parser" : " >=7.11 .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