From c54d9492c833117e79a6653bcdc303bb2bc752db Mon Sep 17 00:00:00 2001 From: stephan418 Date: Fri, 15 Oct 2021 13:36:56 +0000 Subject: [PATCH] [create-pull-request] push formatted files --- .prettierrc | 16 ++++++++-------- README.md | 2 +- index.ts | 12 ++++++------ tsconfig.json | 16 ++++++++-------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.prettierrc b/.prettierrc index fb8dd0a..bab368c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,10 +1,10 @@ { - "printWidth": 120, - "tabWidth": 2, - "semi": true, - "singleQuote": false, - "trailingComma": "es5", - "bracketSpacing": true, - "bracketSameLine": true, - "arrowParens": "always" + "printWidth": 120, + "tabWidth": 2, + "semi": true, + "singleQuote": false, + "trailingComma": "es5", + "bracketSpacing": true, + "bracketSameLine": true, + "arrowParens": "always" } diff --git a/README.md b/README.md index 675478f..00db566 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# server \ No newline at end of file +# server diff --git a/index.ts b/index.ts index 20aff4a..51c122f 100644 --- a/index.ts +++ b/index.ts @@ -1,16 +1,16 @@ -import { PrismaClient } from '@prisma/client' +import { PrismaClient } from "@prisma/client"; -const prisma = new PrismaClient() +const prisma = new PrismaClient(); async function main() { // ... you will write your Prisma Client queries here - console.log("Hello world!!") + console.log("Hello world!!"); } main() .catch((e) => { - throw e + throw e; }) .finally(async () => { - await prisma.$disconnect() - }) \ No newline at end of file + await prisma.$disconnect(); + }); diff --git a/tsconfig.json b/tsconfig.json index 4a8ff6e..86758c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { - "compilerOptions": { - "sourceMap": true, - "outDir": "dist", - "strict": true, - "lib": ["esnext"], - "esModuleInterop": true - } -} \ No newline at end of file + "compilerOptions": { + "sourceMap": true, + "outDir": "dist", + "strict": true, + "lib": ["esnext"], + "esModuleInterop": true + } +}