Skip to content

Commit

Permalink
Make sure pre-commit runs prettier on jsx/ts/tsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
rgossiaux committed Jan 17, 2025
1 parent 2f0dd50 commit ac9ae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ repos:
rev: v2.7.1
hooks:
- id: prettier
types: [javascript]
types_or: [javascript, jsx, ts, tsx]
exclude: "^patches/"

0 comments on commit ac9ae0b

Please sign in to comment.