fix(lint): clear lib/config baseline and make CI lint blocking #63
No reviewers
Labels
No labels
agent-context-drift
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rstillwell/deckhearth#63
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/fix-lint-lib-and-blocking-ci"
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
lib/theme-context.js,lib/use-auth.js,postcss.config.js, andtailwind.config.js.github/workflows/ci.ymlso ESLint failures block mergeMerge order
Merge #61 and #62 first, then this PR. Once all three land,
npm run lintexits 0 repo-wide.Test plan
npx eslint lib/ postcss.config.js tailwind.config.js→ exit 0npm run test:run→ 53/53 pass (on combined tree with #61+#62)npm run lint→ exit 0 on main + this branchMade with Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
Pipeline Health
Build + CI gates
Build runs on Vercel; this CI runs lint and schema-map drift only (no duplicate build).
Role reports
See individual comments above for details. This rollup updates automatically.
Visual Diff
Screenshots and diffs uploaded as artifacts: view run
If intentional changes: update snapshots locally with
npx playwright test --project=visual --update-snapshotsand commit.