From 43a7000844b0ed7fd421c2c54e04303dc362a162 Mon Sep 17 00:00:00 2001 From: Rob Colbert Date: Wed, 13 May 2026 07:50:20 -0400 Subject: [PATCH] docs: minor formatting cleanup in AGENTS.md --- AGENTS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ca70c9f..3b89968 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -58,14 +58,14 @@ pnpm --filter @gadget/ai typecheck # Only package with a typecheck script ## TypeScript Strictness -| Package | Strictness | -| -------------- | ---------------------------------------------------------------------------------- | +| Package | Strictness | +| -------------- | ----------------------------------------------------------------------------------- | | `@gadget/ai` | `strict: true` | | `@gadget/api` | `strict: true` | | `@gadget/config` | `strict: true` | | `gadget-drone` | `strict: true` | -| `gadget-code` | `strict: true`, `noUnusedLocals`, `noUnusedParameters`, `noUncheckedIndexedAccess` | -| `gadget-code/frontend` | `strict: true` (included via workspace) | +| `gadget-code` | `strict: true`, `noUnusedLocals`, `noUnusedParameters`, `noUncheckedIndexedAccess` | +| `gadget-code/frontend` | `strict: true` (included via workspace) | ## GadgetId