Skip to content

Conversation

drernie
Copy link
Member

@drernie drernie commented Oct 2, 2025

Summary

This PR cleans up various linting issues and improves code quality as preparation for the canvas improvements.

Changes

  • Remove unused imports across multiple files (benchling-webhook-stack.ts, packaging-state-machine.ts, webhook-state-machine.ts)
  • Fix indentation and formatting issues throughout codebase
  • Replace any type with more specific Record<string, string> type
  • Add missing trailing commas for consistent formatting

Related Issues

Addresses #95 - These changes prepare the codebase for implementing the canvas improvements described in the issue.

Testing

  • All linting issues resolved
  • Code builds successfully
  • No functional changes - only code quality improvements

These changes create a clean foundation for implementing the canvas improvements described in #95.

- Remove unused imports across multiple files
- Fix indentation and formatting issues
- Replace 'any' type with specific types
- Add missing trailing commas

Prepares codebase for canvas improvements (#95)
@drernie drernie merged commit 3c4ac06 into main Oct 2, 2025
1 check passed
@drernie drernie deleted the improve-canvas branch October 2, 2025 22:22
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