Skip to content

Commit 85a76ce

Browse files
committed
Update
1 parent bf6a012 commit 85a76ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ repos:
2828
hooks:
2929
- id: local-biome-check
3030
name: biome check
31-
entry: npx biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
31+
entry: bash -c 'cd frontend && npm run lint'
3232
language: system
3333
types: [text]
34-
files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
34+
files: ^frontend/
3535

3636
ci:
3737
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

0 commit comments

Comments
 (0)