From 30adff7004898800d217e7fd84f14382dd455d50 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 27 Dec 2025 04:19:24 +0000 Subject: [PATCH] Mark npm run lint task as complete in 0-kickstart.md Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- docs/todo/core/0-kickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/todo/core/0-kickstart.md b/docs/todo/core/0-kickstart.md index 4d6d66868..6536997ad 100644 --- a/docs/todo/core/0-kickstart.md +++ b/docs/todo/core/0-kickstart.md @@ -31,7 +31,7 @@ From repo root: `cd frontends/nextjs` (or from `docs/todo/`: `cd ../../frontends - [ ] `npm ci` (or `npm install`) - [ ] `npm run typecheck` -- [ ] `npm run lint` +- [x] `npm run lint` (commit 04ba8e8) - [ ] `npm run test:unit` - [ ] `npm run build`