Skip to content

feat/add formatter#10

Merged
isaadgulzar merged 7 commits into
mainfrom
feat/add-formatter
Dec 26, 2025
Merged

feat/add formatter#10
isaadgulzar merged 7 commits into
mainfrom
feat/add-formatter

Conversation

@isaadgulzar

Copy link
Copy Markdown
Owner
  • refactor: update layout and styles in ReportPage component
  • chore: add .prettierignore file to exclude specific files and directories
  • chore: add .prettierrc configuration for code formatting
  • chore: standardize quote style in ESLint configuration
  • chore: standardize quote style in next.config.ts
  • feat: add prettier
  • feat: add Prettier with auto-format on commit

isaadgulzar and others added 7 commits December 27, 2025 04:41
- Adjusted the maximum width of the main content container for better responsiveness.
- Increased the gap between elements in the stats section for improved visual clarity.
- Changed the action button text from "Create New" to "Go Back" for better user guidance.
…ries

- Created a .prettierignore file to prevent formatting of dependencies, build outputs, cache files, and miscellaneous files, ensuring a cleaner codebase during formatting operations.
- Introduced a .prettierrc file to define code formatting rules, including settings for semicolons, single quotes, tab width, trailing commas, print width, and arrow parentheses. This ensures consistent code style across the project.
- Updated string quotes in eslint.config.mjs from double quotes to single quotes for consistency with project coding standards.
- Updated string quotes in next.config.ts from double quotes to single quotes for consistency with project coding standards.
Set up Prettier with automatic code formatting before commits to ensure consistent code style across the codebase.

- Add Prettier, husky, and lint-staged as dev dependencies
- Create .prettierrc with project code style preferences
- Create .prettierignore to exclude build outputs and dependencies
- Set up husky pre-commit hook to auto-format staged files
- Add format and format:check scripts to package.json
- Add format check to CI pipeline to enforce formatting
- Format entire codebase with new Prettier rules

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@isaadgulzar isaadgulzar self-assigned this Dec 26, 2025
@vercel

vercel Bot commented Dec 26, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
year-in-code Ready Ready Preview, Comment Dec 26, 2025 11:45pm

@isaadgulzar
isaadgulzar merged commit 4ee8f47 into main Dec 26, 2025
3 checks passed
@isaadgulzar
isaadgulzar deleted the feat/add-formatter branch December 26, 2025 23:52
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.

1 participant