Skip to content

fix: lint-staged hook - #57

Merged
mattzcarey merged 1 commit into
mainfrom
fix-hooks
Jun 30, 2025
Merged

fix: lint-staged hook#57
mattzcarey merged 1 commit into
mainfrom
fix-hooks

Conversation

@ryoppippi

@ryoppippiryoppippi commented Jun 26, 2025

Copy link
Copy Markdown
Contributor

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.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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 mainJun 30, 2025
@mattzcarey
mattzcarey deleted the fix-hooks branch June 30, 2025 12:32
@github-actionsgithub-actionsBot mentioned this pull request Jun 30, 2025
Sign up for freeto 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.

3 participants

@ryoppippi@mattzcarey