Migrate to Oxlint (#10384)

Co-authored-by: DS Boyce <260543580+ds-boyce@users.noreply.github.com>
This commit is contained in:
Samuel Newman
2026-07-10 22:27:00 +03:00
committed by GitHub
parent 6be6f14aed
commit fa27d446d8
11 changed files with 2673 additions and 3718 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ pnpm ios # Run on iOS
# Testing & Quality
# IMPORTANT: Always use these pnpm scripts, never call the underlying tools directly
pnpm test # Run Jest tests
pnpm lint # Run ESLint
pnpm lint # Run Oxlint
pnpm typecheck # Run TypeScript type checking
pnpm prettier # Run Prettier for code formatting