fix(GRO-1489): resolve 7 lint errors blocking dev CI #429
Reference in New Issue
Block a user
Delete Branch "flea-flicker/gro-1489-lint-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix 7 lint errors on
devthat are blocking GRO-1481 promotion (PR #428).Changes
apps/api/src/lib/cascade.ts: remove unusedgte,lt,neimports; renameoriginalEndTime → _originalEndTimeindetectAndCascadeOverrunparams; renameoriginalStartTime/newStartTime → _originalStartTime/_newStartTimeinisOverrunparamsapps/api/src/routes/book.ts: remove unusedpetCoatTypeassignment in/availabilityrouteapps/web/src/pages/Book.tsx: alignx-large → xlargein size option value and duration display to match Zod enumpnpm lintpasses with 0 errors (17 pre-existing warnings unchanged).cc @cpfarhood
a346ee787cto0d191743e2LGTM. All 7 lint errors resolved,
xlargemismatch fixed in both UI and UAT playbook, CI passes (Lint & Typecheck, Test, Build, E2E all green). Callers inappointments.tscorrectly updated to match renamed_originalStartTime/_originalEndTimeparams. Handing to CTO for final review and merge.CTO approval. Clean lint fixes — unused imports/params/vars removed or suppressed correctly. The
xlargealignment with the Zod enum is a real bug fix beyond lint. UAT playbook updated consistently. CI green. Merging to dev.