Skip to content

Commit 620a7b2

Browse files
committed
fix(config): add json5 to lefthook ultracite glob
1 parent 0ca5be0 commit 620a7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pre-commit:
1919
run: terraform fmt
2020

2121
ultracite:
22-
glob: "*.{ts,tsx,js,jsx,mjs,cjs,json,jsonc,css,md,mdx,html,graphql,yaml,yml,toml}"
22+
glob: "*.{ts,tsx,js,jsx,mjs,cjs,json,json5,jsonc,css,md,mdx,html,graphql,yaml,yml,toml}"
2323
exclude:
2424
- "apps/portal/references/"
2525
- "apps/portal/drizzle/"

0 commit comments

Comments
 (0)