Skip to content

Commit 1139806

Browse files
author
Ron B
committed
Add prettier
1 parent a38ddcd commit 1139806

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "none",
3+
"tabWidth": 4,
4+
"semi": true,
5+
"singleQuote": false
6+
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@types/node": "^13.5.0",
2020
"@types/ws": "^6.0.3",
2121
"dotenv": "^8.2.0",
22+
"prettier": "^1.19.1",
2223
"reflect-metadata": "^0.1.13",
2324
"ts-node": "^8.4.1",
2425
"typescript": "^3.6.3"

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ pako@^1.0.8:
168168
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
169169
integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==
170170

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+
171176
prism-media@^1.0.0:
172177
version "1.2.0"
173178
resolved "https://registry.yarnpkg.com/prism-media/-/prism-media-1.2.0.tgz#8528aa71dc906bfc1566e9bb59d57986a7fd0e20"

0 commit comments

Comments
 (0)