File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ * .md
Original file line number Diff line number Diff line change
1
+ {
2
+ "arrowParens" : " avoid" ,
3
+ "printWidth" : 120 ,
4
+ "proseWrap" : " always" ,
5
+ "singleQuote" : true ,
6
+ "trailingComma" : " all"
7
+ }
Original file line number Diff line number Diff line change 66
66
"jsdom-worker" : " ^0.2.1" ,
67
67
"npm-run-all" : " ^4.1.5" ,
68
68
"pako" : " ^2.0.4" ,
69
- "prettier" : " ^2.5 .1" ,
69
+ "prettier" : " 2.7 .1" ,
70
70
"rimraf" : " ^3.0.2" ,
71
71
"rollup" : " ^2.70.0" ,
72
72
"rollup-plugin-terser" : " ^7.0.2" ,
83
83
"lodash.debounce" : " ^4.0.8" ,
84
84
"rrweb" : " ^1.1.3"
85
85
},
86
- "prettier" : {
87
- "singleQuote" : true
88
- },
89
86
"size-limit" : [
90
87
{
91
88
"path" : " build/npm/index.js" ,
Original file line number Diff line number Diff line change @@ -3429,7 +3429,7 @@ prettier-linter-helpers@^1.0.0:
3429
3429
dependencies :
3430
3430
fast-diff "^1.1.2"
3431
3431
3432
- prettier@^2.5 .1 :
3432
+ prettier@2.7 .1 :
3433
3433
version "2.7.1"
3434
3434
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
3435
3435
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
You can’t perform that action at this time.
0 commit comments