From f4bc75ee21c44602dc22b4b66a55240d694db3c2 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 9 Dec 2024 23:41:14 -0300 Subject: [PATCH] chore: prettier formatting --- .devcontainer/devcontainer.json | 12 ++++++------ docusaurus.config.ts | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 53434bc..1d4d52d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,10 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { - "name": "Node.js & TypeScript", - "image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm", - "features": { - "ghcr.io/devcontainers-community/npm-features/prettier:1": {} - }, - "postCreateCommand": "npm install" + "name": "Node.js & TypeScript", + "image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm", + "features": { + "ghcr.io/devcontainers-community/npm-features/prettier:1": {} + }, + "postCreateCommand": "npm install" } diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9dec7f5..76dd868 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -57,7 +57,11 @@ const config: Config = { }, metadata: [ - { name: "keywords", content: "documentation, bluefin, universalblue, linux, gnome, podman, docker, cloudnative" }, + { + name: "keywords", + content: + "documentation, bluefin, universalblue, linux, gnome, podman, docker, cloudnative", + }, { name: "twitter:card", content: "summary_large_image" }, ],