From 558bca7f5658eb9dfe65283a8c59b3bddfacb19c Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 25 Sep 2025 23:29:30 +0100 Subject: [PATCH] fix: Linting --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4cb50d4..480d7cf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,5 +14,5 @@ ] } }, - "postCreateCommand": "pnpm install && pnpm run dev" + "postCreateCommand": "pnpm install && pnpm run dev" } \ No newline at end of file