Switch from eslint to oxlint

This commit is contained in:
Jamie
2026-03-27 13:40:46 -07:00
committed by GitHub
parent 224bb811e1
commit caa10d02c3
606 changed files with 6026 additions and 3790 deletions
@@ -108,7 +108,7 @@ describe('upload', () => {
let err: unknown;
try {
// Again, these should be run serially.
// eslint-disable-next-line no-await-in-loop
// oxlint-disable-next-line no-await-in-loop
await upload({ content: 'hello world', appVersion: '1.2.3', logger });
} catch (e) {
err = e;