diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddcf2f9..e1aef32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -113,6 +113,14 @@ repos: name: run mixed-line-ending description: replaces or checks mixed line ending + - repo: https://github.com/biomejs/pre-commit + rev: "v0.6.1" + hooks: + - id: biome-check + name: run biome-check + description: Run Biome linter and formatter for JSON files + additional_dependencies: ["@biomejs/biome"] + - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: