refactor(tooling): add turbo eslint plugin (#65734)

This commit is contained in:
Oliver Eyton-Williams
2026-02-06 13:03:05 +01:00
committed by GitHub
parent f054de20fd
commit ae50644091
18 changed files with 97 additions and 24 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import {
getAllEmails,
getFirstEmail,
getSubject
} from './utils/mailhog';
} from './utils/email';
test.beforeEach(async () => {
await deleteAllEmails();