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 = {
613613
614614 '@typescript-eslint/prefer-reduce-type-parameter' : 'error' ,
615615 '@typescript-eslint/prefer-string-starts-ends-with' : 'error' ,
616- '@typescript-eslint/prefer-ts-expect-error' : 'error' ,
617616 '@typescript-eslint/promise-function-async' : 'error' ,
618617 quotes : 'off' ,
619618 '@typescript-eslint/quotes' : [
Original file line number Diff line number Diff line change 4545 " simple"
4646 ],
4747 "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" ,
5050 "ava" : " ^6.1.2" ,
5151 "eslint" : " ^8.56.0" ,
5252 "typescript" : " ^5.3.3"
5353 },
5454 "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" ,
5757 "eslint" : " >=8.56.0" ,
5858 "typescript" : " >=5.0.0"
5959 }
You can’t perform that action at this time.
0 commit comments