mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-23 04:47:12 +02:00
Replace eslint with biome
This commit is contained in:
parent
251e517810
commit
cfb9ec8e8a
183 changed files with 422 additions and 409 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue