Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Export format as type #20

Merged
merged 5 commits into from
Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
; This file is for unifying the coding style for different editors and IDEs
; See editorconfig.org

; top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[package.json]
indent_size = 2
5 changes: 3 additions & 2 deletions Format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ export {
Pillar,
Design,
Display,
Format,
}
};

export type { Format };
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/types",
"version": "0.4.3",
"version": "0.4.4",
"description": "A place for types",
"main": "index.js",
"scripts": {
Expand Down