Skip to content

Commit

Permalink
format on lint staged
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jun 18, 2024
1 parent 7ca63a8 commit bf05af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"viem": "1.16.0"
},
"lint-staged": {
"*.ts": ["biome format --no-errors-on-unmatched", "biome check"],
"!(*.ts)": ["biome format --no-errors-on-unmatched"]
"*.ts": ["biome format --no-errors-on-unmatched --write", "biome check"],
"!(*.ts)": ["biome format --no-errors-on-unmatched --write"]
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down

0 comments on commit bf05af6

Please sign in to comment.