File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "trailingComma": "none",
3
+ "tabWidth": 4,
4
+ "semi": true,
5
+ "singleQuote": false
6
+ }
Original file line number Diff line number Diff line change 19
19
"@types/node" : " ^13.5.0" ,
20
20
"@types/ws" : " ^6.0.3" ,
21
21
"dotenv" : " ^8.2.0" ,
22
+ "prettier" : " ^1.19.1" ,
22
23
"reflect-metadata" : " ^0.1.13" ,
23
24
"ts-node" : " ^8.4.1" ,
24
25
"typescript" : " ^3.6.3"
Original file line number Diff line number Diff line change @@ -168,6 +168,11 @@ pako@^1.0.8:
168
168
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
169
169
integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==
170
170
171
+ prettier@^1.19.1 :
172
+ version "1.19.1"
173
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
174
+ integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
175
+
171
176
prism-media@^1.0.0 :
172
177
version "1.2.0"
173
178
resolved "https://registry.yarnpkg.com/prism-media/-/prism-media-1.2.0.tgz#8528aa71dc906bfc1566e9bb59d57986a7fd0e20"
You can’t perform that action at this time.
0 commit comments