Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Added prettierrc and prettierignore for code formating #46

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

KushalXCoder
Copy link
Contributor

Related Issue

Solves/Resolves/Fixes #[Issue Number].


Description

Provide a detailed explanation of the changes made in this Pull Request [PR].

  • Describe the problem or feature being addressed in it.
  • Highlight key modifications in the codebase.

Added the prettier for code formating.

Checklist

Please ensure the following before submitting the PR:

  • I have read the CODE_OF_CONDUCT.md file and followed it's guidlines.
  • I have followed the design specified in the Figma file (if applicable).

Additional Comments

Include any additional notes or comments for the reviewers. If applicable, mention dependencies, challenges faced, or potential improvements.

Copy link

netlify bot commented Dec 31, 2024

Deploy Preview for au-pclub failed.

Name Link
🔨 Latest commit 2aa4ca3
🔍 Latest deploy log https://app.netlify.com/sites/au-pclub/deploys/67739f5791487600088947f7

@KushalXCoder
Copy link
Contributor Author

I have the updated codebase, still don't know why this is happening.

@Saumya40-codes
Copy link
Collaborator

Saumya40-codes commented Jan 1, 2025

I have the updated codebase, still don't know why this is happening.

You can see the branch you created by git checkout -b branch-name is 64 commits behind the main branch (i.e. the current codebase)

image

Make sure:

  1. git checkout main (as i saw your main branch is updated!)
  2. git pull
  3. git checkout -b new-branch (create a new branch)
  4. Make changes (for now dont run npx prettier)
  5. git push

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants