Skip to content

Conversation

@Subham-KRLX
Copy link
Contributor

Fixes #318

Replaced the archived Prettier pre-commit hook with Biome for faster linting and formatting of JS, CSS, and JSON files. This PR updates
.pre-commit-config.yaml
and
biome.json
, and includes automated formatting fixes for existing scripts and config files.

Verified locally with pre-commit run --all-files.

@Subham-KRLX Subham-KRLX requested a review from jbampton as a code owner January 29, 2026 11:39
- Removed archived mirrors-prettier hook
- Enhanced biome-check hook to handle JS, CSS, and JSON
- Updated biome.json to handle all supported files
- Fixed typo in .pre-commit-config.yaml (minimum_pre_commit_version)
- Applied automated formatting fixes via Biome
@Subham-KRLX Subham-KRLX force-pushed the fix/replace-prettier-with-biome branch from f9efb24 to 6392db7 Compare January 29, 2026 11:43
@Subham-KRLX
Copy link
Contributor Author

I have resolved the merge conflicts and fixed all the Biome linting errors (unused variables, imports, and CSS priorities).

@jbampton
Copy link
Member

jbampton commented Feb 3, 2026

Are we able to do everything but the CSS ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

Remove prettier hook and replace with Biome

2 participants