Skip to content

Commit

Permalink
that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Feb 23, 2024
1 parent e996fad commit 8564ffb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions packages/bundler-plugin-core/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export default defineBuildConfig({
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
}),
];
} else {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
opts.plugins = opts.plugins;
}
},
},
Expand Down
3 changes: 0 additions & 3 deletions packages/rollup-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ export default defineBuildConfig({
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
}),
];
} else {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
opts.plugins = opts.plugins;
}
},
},
Expand Down
3 changes: 0 additions & 3 deletions packages/vite-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ export default defineBuildConfig({
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
}),
];
} else {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
opts.plugins = opts.plugins;
}
},
},
Expand Down
3 changes: 0 additions & 3 deletions packages/webpack-plugin/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export default defineBuildConfig({
apiUrl: process.env.PLUGIN_CODECOV_API_URL,
}),
];
} else {
// eslint-disable-next-line @typescript-eslint/no-floating-promises
opts.plugins = opts.plugins;
}
},
},
Expand Down

0 comments on commit 8564ffb

Please sign in to comment.