Skip to content

Commit

Permalink
Only targeting CSS and TypeScript files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperFyhn committed Dec 6, 2024
1 parent 7bb4b7c commit 23ade39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ repos:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0 # Use the sha or tag you want to point at
rev: v3.1.0
hooks:
- id: prettier
files: ".*[.tsx,.ts,.css]"

0 comments on commit 23ade39

Please sign in to comment.