From 493df4e2f2080c6484916e5872942ad0879ac8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 15 Feb 2024 09:35:58 +0100 Subject: [PATCH] style: fix prettier --- .devcontainer/devcontainer.json | 10 +++++----- tsconfig.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e1655a4..db0a8d3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,8 +7,8 @@ "vscode": { "settings": { "remote.autoForwardPorts": false, - "remote.localPortHost": "allInterfaces", - }, + "remote.localPortHost": "allInterfaces" + } }, "extensions": [ "editorconfig.editorconfig", @@ -17,8 +17,8 @@ "davidanson.vscode-markdownlint", "bradlc.vscode-tailwindcss", "mikestead.dotenv", - "ms-azuretools.vscode-docker", - ], + "ms-azuretools.vscode-docker" + ] }, - "remoteUser": "node", + "remoteUser": "node" } diff --git a/tsconfig.json b/tsconfig.json index 8e5de2a..6efe6f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "allowJs": true, "baseUrl": ".", "paths": { - "@/*": ["./*"], + "@/*": ["./*"] }, "types": ["@total-typescript/ts-reset", "cypress"], "noEmit": true, @@ -20,10 +20,10 @@ "isolatedModules": true, "plugins": [ { - "name": "next", - }, - ], + "name": "next" + } + ] }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules", ".next"], + "exclude": ["node_modules", ".next"] }