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 bf6a012 commit 85a76ceCopy full SHA for 85a76ce
.pre-commit-config.yaml
@@ -28,10 +28,10 @@ repos:
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
+ entry: bash -c 'cd frontend && npm run lint'
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)$"
+ files: ^frontend/
35
36
ci:
37
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
0 commit comments