diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 06fd09d9de1..1da0844056c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -77,7 +77,7 @@ ENV PATH="$HOME/.cargo/bin:$PATH" ## Install Bun.js RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3" ENV PATH="$HOME/.bun/bin:$PATH" -RUN $HOME/.bun/bin/bun install --global @hey-api/openapi-ts +RUN $HOME/.bun/bin/bun install --global @hey-api/openapi-ts @biomejs/biome ## Install Claude Code RUN curl -fsSL https://claude.ai/install.sh | bash diff --git a/js-packages/common-ui/package.json b/js-packages/common-ui/package.json index 3d408ac9ce3..8b382253c1b 100644 --- a/js-packages/common-ui/package.json +++ b/js-packages/common-ui/package.json @@ -53,7 +53,8 @@ "prepare": "bun run prepack", "prepack": "svelte-kit sync && svelte-package && publint", "check": "svelte-kit sync && svelte-check --threshold error", - "check:watch": "svelte-kit sync && svelte-check --threshold error --watch" + "check:watch": "svelte-kit sync && svelte-check --threshold error --watch", + "format": "biome check --write ." }, "sideEffects": ["**/*.css"], "svelte": "./dist/index.js", diff --git a/js-packages/common-ui/src/lib/LogList.svelte b/js-packages/common-ui/src/lib/LogList.svelte index ea6651ae3cf..93dbf0c805b 100644 --- a/js-packages/common-ui/src/lib/LogList.svelte +++ b/js-packages/common-ui/src/lib/LogList.svelte @@ -7,21 +7,22 @@ externally-owned `search` state; they wire the search input wherever fits their layout. --> + +