Skip to content

Conversation

matifali
Copy link
Member

@matifali matifali commented Aug 26, 2025

Details

This PR addresses the formatting issues in the repository by:

Configuration Improvements

  • Add .prettierignore to properly exclude files that shouldn't be formatted by Prettier
  • Formats multiple files that were previously being skipped.

🤖 Generated with Claude Code

@Copilot Copilot AI review requested due to automatic review settings August 26, 2025 19:57
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes Prettier symlink errors and improves the formatting configuration by introducing a dedicated .prettierignore file and simplifying the package.json scripts.

  • Adds .prettierignore file to exclude symlinks, Terraform files, and dependencies from Prettier formatting
  • Simplifies package.json formatting scripts to use glob patterns with the ignore file
  • Separates formatting concerns between Prettier (JS/TS/MD/shell) and Terraform (tf/hcl files)

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Simplifies formatting scripts to use . pattern instead of explicit file globs
.prettierignore Adds comprehensive ignore patterns for symlinks, Terraform files, and dependencies

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matifali matifali force-pushed the atif/formatting-config branch from 1cfe98d to 19dc246 Compare August 26, 2025 20:00
@matifali matifali changed the title fix: improve Prettier configuration and resolve symlink errors chore: improve Prettier configuration Aug 26, 2025
…ency across the codebase. This includes ensuring proper indentation, adjusting line breaks, and correcting spacing within various scripts and configuration files. Additionally, update several dependencies and versions in lock files for package consistency.
@matifali matifali force-pushed the atif/formatting-config branch from 19dc246 to 1d6bcc4 Compare August 26, 2025 20:04
@matifali matifali merged commit 62951f1 into main Aug 26, 2025
4 checks passed
@matifali matifali deleted the atif/formatting-config branch August 26, 2025 20:57
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