Commit 535ae6b
Fix linting errors: replace 'any' with proper PackageManagementOptions type
Replace `{} as any` with `{ install: [] }` to satisfy PackageManagementOptions union type requirements and fix eslint @typescript-eslint/no-explicit-any errors.
Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>1 parent 3ea915e commit 535ae6b
File tree
2 files changed
+6
-22
lines changed- src/test/managers/conda
2 files changed
+6
-22
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
| 232 | + | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
| 252 | + | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments