From 8bff4f3449bba3e10df5cec7aad578ee9f16f812 Mon Sep 17 00:00:00 2001 From: Mariusz Banach Date: Wed, 18 Feb 2026 05:40:39 +0100 Subject: [PATCH] MAESTRO: confirm no any types --- Auto Run Docs/SpecKit-web-header-analyzer-Phase-09-Polish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto Run Docs/SpecKit-web-header-analyzer-Phase-09-Polish.md b/Auto Run Docs/SpecKit-web-header-analyzer-Phase-09-Polish.md index 60628eb..bec78f6 100644 --- a/Auto Run Docs/SpecKit-web-header-analyzer-Phase-09-Polish.md +++ b/Auto Run Docs/SpecKit-web-header-analyzer-Phase-09-Polish.md @@ -38,7 +38,7 @@ This phase performs final integration, accessibility audit, responsive testing, - [x] `ruff check backend/` — zero errors. Notes: ran `ruff check backend/` (all checks passed). - [x] `npx eslint src/` — zero errors. Notes: ran `npx eslint src/` in `frontend/` with no issues. - [x] `npx prettier --check src/` — zero errors. Notes: ran `npx prettier --check src/` in `frontend/` (all matched files formatted). -- [ ] No `any` types in TypeScript +- [x] No `any` types in TypeScript - [ ] WCAG 2.1 AA compliant (ARIA labels, keyboard nav, contrast ratios) - [ ] Responsive at 320px, 768px, 1024px, 1440px, 2560px — no layout issues - [ ] Lighthouse score ≥90 on Slow 4G preset