Skip to content

Commit

Permalink
pre-commit: add ts type for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yagebu committed Feb 8, 2025
1 parent 149ec13 commit 0233af1
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 @@ -20,7 +20,7 @@ repos:
name: prettier
language: node
entry: prettier --write --list-different
types_or: ["css", "javascript", "json", "svelte", "yaml"]
types_or: ["css", "javascript", "json", "svelte", "yaml", "ts"]
require_serial: true
additional_dependencies:
- "prettier@3.4.2"
Expand Down

0 comments on commit 0233af1

Please sign in to comment.