Commit 8ada994
committed
fix(ci): work around oxlint 1.59.0 false positives in vue-mini and npmx.dev E2E
- vue-mini: allow no-useless-assignment (false positives on module-level state and closure-captured variables)
- npmx.dev: allow vitest/require-mock-type-parameters (false positives on vi.fn() calls)1 parent c58004f commit 8ada994
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| |||
282 | 286 | | |
283 | 287 | | |
284 | 288 | | |
285 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
286 | 293 | | |
287 | 294 | | |
288 | 295 | | |
| |||
0 commit comments