Skip to content

Commit

Permalink
chore: add Pint to lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 25, 2024
1 parent 80c96ec commit a725e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lint-staged": "15.2.10"
},
"lint-staged": {
"*.{css,js,json}": "biome check --write"
"*.{css,js,json}": "biome check --write",
".php": "vendor/bin/pint"
}
}

0 comments on commit a725e64

Please sign in to comment.