mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 11:17:26 +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,4 +0,0 @@
|
|||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
...require("@rallly/eslint-config")(__dirname),
|
||||
};
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue