Add eslint + prettier + CI lint #1

Merged
stephen merged 1 commit from feat/eslint-prettier into main 2026-06-24 21:35:30 +00:00
Owner

Brings the template in line with mission-control so repos generated from it inherit a working lint setup.

  • eslint flat config (js + typescript-eslint + svelte), prettier (tabs, single quotes, printWidth 100), pnpm lint / format scripts, blocking lint step in CI.
  • .prettierignore excludes .pnpm-store so CI's in-workspace pnpm store does not trip prettier --check (the exact bug that failed mission-control CI).
  • Existing template files formatted to match.

Testing: pnpm lint + check + build green.

Brings the template in line with mission-control so repos generated from it inherit a working lint setup. - eslint flat config (js + typescript-eslint + svelte), prettier (tabs, single quotes, printWidth 100), pnpm lint / format scripts, blocking lint step in CI. - .prettierignore excludes .pnpm-store so CI's in-workspace pnpm store does not trip prettier --check (the exact bug that failed mission-control CI). - Existing template files formatted to match. Testing: pnpm lint + check + build green.
Add eslint + prettier + CI lint
All checks were successful
CI / build (pull_request) Successful in 26s
Preview cleanup / cleanup (pull_request) Has been skipped
Preview cleanup / sweep-orphaned-previews (pull_request) Has been skipped
Preview deploy / preview (pull_request) Has been skipped
Preview deploy / cleanup (pull_request) Has been skipped
0b2913b599
Brings the template in line with mission-control: eslint flat config (js +
typescript-eslint + svelte) and prettier (tabs, single quotes, printWidth 100),
pnpm lint / format scripts, and a blocking lint step in CI. .prettierignore
excludes .pnpm-store so CI's in-workspace pnpm store does not trip prettier
--check (the bug that bit mission-control). Existing files formatted to match.
stephen referenced this pull request from a commit 2026-06-24 21:35:32 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/sveltekit-cloudflare-pages-template!1
No description provided.