Skip to content

Commit 2e4e8e4

Browse files
committed
chore: exclude type-shapes from prettier and restore tsc baselines
test/type-shapes/ files are auto-generated by tsc and compared byte-for-byte in type-snapshots.test.ts. Prettier formatting them breaks the snapshot test. Add to .prettierignore to prevent the conflict.
1 parent 252c3d1 commit 2e4e8e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ docs/
66
bench/
77
examples/
88
coverage/
9+
test/type-shapes/

0 commit comments

Comments
 (0)