Skip to content

Commit

Permalink
build: lint staged biome fix (#1198)
Browse files Browse the repository at this point in the history
build: redeploy website on tag
  • Loading branch information
setchy authored Jun 7, 2024
1 parent 40d42ad commit 4b00054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@
},
"packageManager": "[email protected]",
"lint-staged": {
"*.{html,js,json,ts,tsx}": "biome format --write"
"*.{html,js,json,ts,tsx}": "biome format --fix"
}
}

0 comments on commit 4b00054

Please sign in to comment.