Skip to content

good first issue: Add Prettier configuration for consistent formatting #21

Description

@devi5040

🚀 Add Prettier Support

Description

To keep the codebase consistently formatted, we would like to add Prettier.


Requirements

Add:

  • .prettierrc
  • .prettierignore
  • npm formatting scripts

Example:

{
  "format": "prettier --write .",
  "format:check": "prettier --check ."
}

Tasks

  • Install Prettier
  • Configure Prettier
  • Add formatting scripts
  • Format the existing codebase
  • Update documentation

Acceptance Criteria

  • npm run format
  • npm run format:check

both work successfully.


⭐ Support Scaffinity

If you enjoy contributing, please consider giving the repository a ⭐ to support the project and help more developers discover it.

👉 https://github.com/devi5040/scaffinity

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions