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