File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ export default defineBuildConfig({
3838 apiUrl : process . env . PLUGIN_CODECOV_API_URL ,
3939 } ) ,
4040 ] ;
41- } else {
42- // eslint-disable-next-line @typescript-eslint/no-floating-promises
43- opts . plugins = opts . plugins ;
4441 }
4542 } ,
4643 } ,
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ export default defineBuildConfig({
3939 apiUrl : process . env . PLUGIN_CODECOV_API_URL ,
4040 } ) ,
4141 ] ;
42- } else {
43- // eslint-disable-next-line @typescript-eslint/no-floating-promises
44- opts . plugins = opts . plugins ;
4542 }
4643 } ,
4744 } ,
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ export default defineBuildConfig({
3939 apiUrl : process . env . PLUGIN_CODECOV_API_URL ,
4040 } ) ,
4141 ] ;
42- } else {
43- // eslint-disable-next-line @typescript-eslint/no-floating-promises
44- opts . plugins = opts . plugins ;
4542 }
4643 } ,
4744 } ,
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ export default defineBuildConfig({
3838 apiUrl : process . env . PLUGIN_CODECOV_API_URL ,
3939 } ) ,
4040 ] ;
41- } else {
42- // eslint-disable-next-line @typescript-eslint/no-floating-promises
43- opts . plugins = opts . plugins ;
4441 }
4542 } ,
4643 } ,
You can’t perform that action at this time.
0 commit comments