Skip to content

Conversation

@ChristianJoniel
Copy link
Contributor

Title: "style: format forgot password page using prettier"

Description:
Run prettier on the forgot password page to maintain consistent code formatting.

Changes:

  • Applied code formatting to resources/js/pages/auth/forgot-password.tsx
  • No functional changes, only style adjustments
  • Formatting changes include consistent spacing, quotes, and import organization

Technical Details:

  • Used prettier with configured plugins (prettier-plugin-organize-imports, prettier-plugin-tailwindcss)
  • Command used: prettier --write resources/
  • Only one file was affected by the formatting

Note: This PR only includes automated formatting changes to ensure consistent code style across the project.

- Simplifies the development workflow by combining multiple formatting commands
- Ensures consistent code style across the entire codebase
- Reduces the chance of forgetting to run one of the formatters
@taylorotwell
Copy link
Member

We will consider this when the dust settles a bit. 👍

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.

2 participants