Skip to content

Commit 473acb2

Browse files
authored
Fix tsx type name in pre-commit (stanford-crfm#1898)
1 parent 2b06784 commit 473acb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ repos:
99
rev: 'fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1'
1010
hooks:
1111
- id: prettier
12-
types_or: [typescript, javascript]
12+
types_or: [tsx, javascript]

0 commit comments

Comments
 (0)