Replace eslint with biome

This commit is contained in:
Luke Vella 2024-10-13 10:52:11 +01:00
parent 251e517810
commit cfb9ec8e8a
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
183 changed files with 422 additions and 409 deletions

View file

@ -1,5 +1,5 @@
import { expect, Page, test } from "@playwright/test";
import smtpTester, { MailServer } from "smtp-tester";
import { expect, type Page, test } from "@playwright/test";
import smtpTester, { type MailServer } from "smtp-tester";
import { NewPollPage } from "tests/new-poll-page";
test.describe.serial(() => {