Skip to content

Conversation

@ryoppippi
Copy link
Contributor

@ryoppippi ryoppippi commented Jun 26, 2025

This pull request updates the lint-staged configuration in the package.json file to streamline the linting process and improve compatibility with various file types.

Configuration changes:

  • Updated the lint-staged configuration to apply the biome check command to all file types (*) instead of specific JavaScript/TypeScript extensions. The --no-errors-on-unmatched flag was added to avoid errors for unmatched files. Removed the bun run typecheck step.

@ryoppippi ryoppippi requested review from Copilot and mattzcarey June 30, 2025 12:16
Copy link

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 updates the lint-staged configuration in package.json to streamline the linting process and improve compatibility across various file types.

  • Changed lint-staged from filtering only JavaScript/TypeScript files to all files using a universal "*" pattern.
  • Replaced "biome format" (and removed "bun run typecheck") with "biome check --write --no-errors-on-unmatched" to prevent errors on unmatched files.

@mattzcarey mattzcarey merged commit ae92968 into main Jun 30, 2025
5 checks passed
@mattzcarey mattzcarey deleted the fix-hooks branch June 30, 2025 12:32
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