Skip to content

CI/CD: Add frontend and backend linting tools #198

@lstein

Description

@lstein

There are currently no linting tools in place for the PhotoMapAI frontend and backend. This enhancement would:

  1. Install a frontend linting tool such as prettier (whatever the best practice currently is)
  2. Install a backend linting tool such as ruff (whatever the best practice currently is)
  3. Create a Makefile located in the root that has "frontend-lint" and "backend-lint" targets.
  4. Create an push action that runs the linting tools to find and fix linting errors.
  5. Create new required checks for linting tool success on the frontend and backend.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions