Skip to content

Add Prettier config and global color variables#43

Open
Pratikshya32 wants to merge 1 commit into
coder-zs-cse:mainfrom
Pratikshya32:codex/prettier-color-vars-24
Open

Add Prettier config and global color variables#43
Pratikshya32 wants to merge 1 commit into
coder-zs-cse:mainfrom
Pratikshya32:codex/prettier-color-vars-24

Conversation

@Pratikshya32

Copy link
Copy Markdown

Summary

  • Added a Prettier configuration to standardize formatting across the project.
  • Introduced reusable global CSS color variables for the app palette.
  • Mapped those variables into Tailwind semantic colors for consistent future usage.

Validation

  • Ran git diff --check successfully.
  • Attempted dependency installation for full project checks, but the install timed out in the local environment.

Closes #24

@vercel

vercel Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

@Pratikshya32 is attempting to deploy a commit to the coderzs' projects Team on Vercel.

A member of the Team first needs to authorize it.

@coder-zs-cse

Copy link
Copy Markdown
Owner

Feedbacks

  • did you run the prettier check and write command?
  • you need to add the prettier scripts in package json
  • you need to add the prettierignore file to avoid scannign files like node modules
  • can we also add prettier settings for tailwind class sorting
  • do we need to add a github action for prettier?

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.

Chore: Add .prettierrc for consistent code formatting

2 participants