Skip to content

Commit

Permalink
🔧 Add Biome to pre-commit config (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored Mar 17, 2024
1 parent 7eafadd commit 8008329
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ repos:
args:
- --fix
- id: ruff-format
- repo: https://github.com/biomejs/pre-commit
rev: v0.1.0
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]

ci:
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Expand Down

0 comments on commit 8008329

Please sign in to comment.