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,4 +0,0 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
...require("@rallly/eslint-config")(__dirname),
};

View file

@ -1,5 +1,5 @@
import { faker } from "@faker-js/faker";
import { PrismaClient, VoteType } from "@prisma/client";
import { PrismaClient, type VoteType } from "@prisma/client";
import dayjs from "dayjs";
const prisma = new PrismaClient();