Skip to content

Commit

Permalink
Update lefthook.yaml for biome check command
Browse files Browse the repository at this point in the history
  • Loading branch information
k.ikemizu committed Jan 18, 2025
1 parent edfc0b2 commit 11c6e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lefthook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit:
commands:
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: npx biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true . && git update-index --again
# pre-commit:
# commands:
# check:
# glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
# run: npx biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true . && git update-index --again
1 change: 0 additions & 1 deletion pkgs/subgraph/src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type {
InitialMint,
TransferSingle,
} from "../generated/FractionToken/FractionToken";

import {
InitializedFractionToken,
TransferFractionToken,
Expand Down

0 comments on commit 11c6e01

Please sign in to comment.