Skip to content

Commit 7b0a30b

Browse files
author
Michael Dijkstra
committed
Add prettier
1 parent 5cb3650 commit 7b0a30b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"storybook": "start-storybook -p 6006",
1111
"build-storybook": "build-storybook"
1212
},
13+
"prettier": {
14+
"semi": false,
15+
"singleQuote": true
16+
},
1317
"keywords": [
1418
"performance",
1519
"react",
@@ -43,7 +47,8 @@
4347
"eslint-plugin-import": "^2.17.3",
4448
"eslint-plugin-node": "^9.1.0",
4549
"eslint-plugin-react": "^7.14.2",
46-
"eslint-plugin-react-hooks": "^1.0.1"
50+
"eslint-plugin-react-hooks": "^1.0.1",
51+
"prettier": "1.19.1"
4752
},
4853
"files": [
4954
"dist/*"

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -6480,6 +6480,11 @@ prepend-http@^1.0.0:
64806480
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
64816481
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
64826482

6483+
6484+
version "1.19.1"
6485+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
6486+
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
6487+
64836488
pretty-error@^2.1.1:
64846489
version "2.1.1"
64856490
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"

0 commit comments

Comments
 (0)