Skip to content

Commit 7742c64

Browse files
committed
Format types.ts
1 parent 77bf8f9 commit 7742c64

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
# TODO: Format all these files
1111
README.md
1212
index.ts
13-
types.ts
1413
2022-backgrounder.md
1514
towards-features.md
1615
/.github/**

types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type {
2929
SnapshotData,
3030
Status,
3131
Support,
32-
SupportStatus
32+
SupportStatus,
3333
};
3434

3535
export interface WebFeaturesData

0 commit comments

Comments
 (0)