Add untile eslint and prettier config

This commit is contained in:
2023-10-05 01:28:42 +01:00
parent 8abe9fb5e0
commit bb1b2f6677
51 changed files with 1453 additions and 2331 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
import { PrismaClient } from "@prisma/client";
import { PrismaClient } from '@prisma/client';
export const prisma = new PrismaClient();