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 { loadEnvConfig } from "@next/env";
import { devices, PlaywrightTestConfig } from "@playwright/test";
import { devices, type PlaywrightTestConfig } from "@playwright/test";
const ci = process.env.CI === "true";