Skip to content
This repository was archived by the owner on Sep 21, 2019. It is now read-only.

Commit bd539b2

Browse files
author
daniel.crump
committed
Update to TS 3.7.2
1 parent 3b91d88 commit bd539b2

File tree

5 files changed

+7755
-256
lines changed

5 files changed

+7755
-256
lines changed

.prettierrc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"singleQuote": true,
3-
"printWidth": 120,
4-
"tabWidth": 4,
5-
"trailingComma": "all"
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": true,
6+
"printWidth": 100
67
}

0 commit comments

Comments
 (0)