We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb30e3d commit 2e27e5aCopy full SHA for 2e27e5a
1 file changed
.pre-commit-config.yaml
@@ -113,6 +113,16 @@ repos:
113
name: run mixed-line-ending
114
description: replaces or checks mixed line ending
115
116
+
117
+ - repo: https://github.com/biomejs/pre-commit
118
+ rev: "v0.1.0"
119
+ hooks:
120
+ - id: biome-check
121
+ name: run biome-check
122
+ description: Run Biome linter and formatter for JSON files
123
+ additional_dependencies: ["@biomejs/biome"]
124
+ args: ["--write", "--files-ignore-unknown=true"]
125
126
- repo: https://github.com/pre-commit/mirrors-prettier
127
rev: v4.0.0-alpha.8
128
hooks:
0 commit comments