mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 11:17:26 +02:00
♻️ Replace eslint and prettier with biome (#1697)
This commit is contained in:
parent
1577a0c5df
commit
a34da49486
158 changed files with 450 additions and 2718 deletions
|
@ -1,8 +1,8 @@
|
|||
import { faker } from "@faker-js/faker";
|
||||
import type { User } from "@prisma/client";
|
||||
import { VoteType } from "@prisma/client";
|
||||
import dayjs from "dayjs";
|
||||
import type { VoteType } from "@prisma/client";
|
||||
import { prisma } from "@rallly/database";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
import { randInt } from "./utils";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue