feat/add formatter#10
Merged
Merged
Conversation
isaadgulzar
commented
Dec 26, 2025
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
- 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.