File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ 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 ;
4144 }
4245 } ,
4346 } ,
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ 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 ;
4245 }
4346 } ,
4447 } ,
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ 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 ;
4245 }
4346 } ,
4447 } ,
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ 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 ;
4144 }
4245 } ,
4346 } ,
You can’t perform that action at this time.
0 commit comments