ci: add lint and format check job, update CONTRIBUTING.md#26
Merged
vanceingalls merged 2 commits intomainfrom Mar 24, 2026
Merged
ci: add lint and format check job, update CONTRIBUTING.md#26vanceingalls merged 2 commits intomainfrom
vanceingalls merged 2 commits intomainfrom
Conversation
VA-851 [Pre-Migration] Configure ESLint, Prettier, and conventional commits
ContextThe codebase currently has no linting or formatting enforcement. Code is clean by convention, but OSS contributors need automated guardrails. Team feedback: "I love when an open source repo has this." What to do
Why before portWe want the OSS repo's first commit to already have these configs in place and all code conforming. No "fix linting" commits in public history. |
This was referenced Mar 23, 2026
Collaborator
Author
4 tasks
miguel-heygen
approved these changes
Mar 23, 2026
This was referenced Mar 23, 2026
ee29ed2 to
ca72f81
Compare
8498317 to
5d0bd45
Compare
ca72f81 to
635d134
Compare
5d0bd45 to
601afe2
Compare
635d134 to
017472c
Compare
cac6c16 to
1d41ad2
Compare
a7198b7 to
9714703
Compare
1d41ad2 to
54ea1eb
Compare
54ea1eb to
b2f5350
Compare
9714703 to
2a6b547
Compare
Collaborator
Author
Merge activity
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
lint-and-formatjob to CI workflow (pnpm lint+pnpm format:check)npxprefix (bare binaries not on PATH)Part 4/4 of VA-851
Test plan