Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace prettier with biome #598

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Replace prettier with biome
CoMPaTech committed Aug 4, 2024

Verified

This commit was signed with the committer’s verified signature.
commit aeba1acaf7dcb70f107500047741e86e121fe595
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -92,10 +92,12 @@ repos:
entry: /usr/bin/env bash -c 'exec env GITHUB_ACTIONS="1" scripts/tests_and_coverage.sh test_and_coverage'
language: script
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
hooks:
- id: prettier
- id: biome-lint
additional_dependencies: ["@biomejs/biome@1.8.3"]
name: "Verifying/updating code with biome (improved prettier)"
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
hooks:
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.