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 6453dea commit 0c51c5fCopy full SHA for 0c51c5f
.pre-commit-config.yaml
@@ -24,6 +24,14 @@ repos:
24
args:
25
- --fix
26
- id: ruff-format
27
+ - repo: local
28
+ hooks:
29
+ - id: local-biome-check
30
+ name: biome check
31
+ entry: npx biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
32
+ language: system
33
+ types: [text]
34
+ files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
35
36
ci:
37
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
0 commit comments