Skip to content

Add ESLint, Prettier, and CI linting workflow#3

Merged
mpge merged 1 commit into
masterfrom
ci/add-linting
Apr 7, 2026
Merged

Add ESLint, Prettier, and CI linting workflow#3
mpge merged 1 commit into
masterfrom
ci/add-linting

Conversation

@mpge
Copy link
Copy Markdown
Member

@mpge mpge commented Apr 6, 2026

Summary

  • Add ESLint with typescript-eslint and Prettier for code quality enforcement
  • Fix all existing lint violations (unused imports) and format all source files
  • Add GitHub Actions workflow that runs npm run lint and npm run format:check on pushes and PRs to main

Test plan

  • Verify npm run lint passes locally with zero warnings
  • Verify npm run format:check passes locally
  • Confirm CI workflow runs successfully on this PR

Set up ESLint with typescript-eslint and Prettier for consistent
code quality. Add a GitHub Actions workflow that runs lint and
format checks on pushes and PRs to main.
@mpge mpge force-pushed the ci/add-linting branch from 1a0fd06 to d2d9eb8 Compare April 7, 2026 17:49
@mpge mpge changed the title ci: add linting to CI pipeline Add ESLint, Prettier, and CI linting workflow Apr 7, 2026
@mpge mpge merged commit 8ccf9bd into master Apr 7, 2026
2 checks passed
@mpge mpge deleted the ci/add-linting branch April 7, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant