Skip to content

Commit

Permalink
chore: update biome lint staged to also apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang committed Jul 27, 2024
1 parent fad5561 commit 02d53eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"*.{ts,js}": ["biome check --no-errors-on-unmatched", "biome format --write --no-errors-on-unmatched"]
"*.{ts,js}": ["biome check --write --no-errors-on-unmatched", "biome format --write --no-errors-on-unmatched"]
}

0 comments on commit 02d53eb

Please sign in to comment.