Skip to content

Commit

Permalink
chore: fix lintstaged to apply biome changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alemagio committed Dec 6, 2023
1 parent 06ff64b commit d06b724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"*": "biome check . && biome format ."
"*": "biome check . && biome format --apply ."
}

0 comments on commit d06b724

Please sign in to comment.