From 548ddc842555d444a89c1faeead4c92e696ee390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 24 Jan 2024 21:49:30 +0100 Subject: [PATCH] style: format JSONC files with Prettier correctly --- .devcontainer/devcontainer.json | 10 +++++----- i18n/translations/en-US/home.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index db0a8d3..e1655a4 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/i18n/translations/en-US/home.json b/i18n/translations/en-US/home.json index 993cff6..83bedbb 100644 --- a/i18n/translations/en-US/home.json +++ b/i18n/translations/en-US/home.json @@ -18,7 +18,7 @@ }, { "title": "Open-Source Enthusiast", - "description": "I value the sharing of knowledge and collaboration to collectively resolve problems.
The source of the website is available on GitHub.", + "description": "I value the sharing of knowledge and collaboration to collectively resolve problems.
The source code of the website is available on GitHub.", "id": "open-source" } ]