File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 10
10
"storybook" : " start-storybook -p 6006" ,
11
11
"build-storybook" : " build-storybook"
12
12
},
13
+ "prettier" : {
14
+ "semi" : false ,
15
+ "singleQuote" : true
16
+ },
13
17
"keywords" : [
14
18
" performance" ,
15
19
" react" ,
43
47
"eslint-plugin-import" : " ^2.17.3" ,
44
48
"eslint-plugin-node" : " ^9.1.0" ,
45
49
"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"
47
52
},
48
53
"files" : [
49
54
" dist/*"
Original file line number Diff line number Diff line change @@ -6480,6 +6480,11 @@ prepend-http@^1.0.0:
6480
6480
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
6481
6481
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
6482
6482
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
+
6483
6488
pretty-error@^2.1.1 :
6484
6489
version "2.1.1"
6485
6490
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
You can’t perform that action at this time.
0 commit comments