Commit 7a38f5c
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 7a38f5c
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
188 | 191 | | |
189 | 192 | | |
190 | 193 | | |
| |||
282 | 285 | | |
283 | 286 | | |
284 | 287 | | |
285 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
| |||
0 commit comments