File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,9 @@ function processString(string) {
68
68
)
69
69
) {
70
70
return {
71
- stderr : `Expected a \`{"rules: {...}"}\` JSON object, but got:\n${ string } ` ,
71
+ stderr : `Expected a \`{"rules: {...}"}\` JSON object, but got:\n${
72
+ string
73
+ } `,
72
74
code : 1
73
75
} ;
74
76
}
Original file line number Diff line number Diff line change 42
42
"eslint-plugin-prettier" : " ^2.3.1" ,
43
43
"eslint-plugin-react" : " ^7.4.0" ,
44
44
"eslint-plugin-standard" : " ^3.0.1" ,
45
- "prettier" : " ^1.7.4 " ,
45
+ "prettier" : " ^1.8.2 " ,
46
46
"rimraf" : " ^2.6.2"
47
47
},
48
48
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -2540,9 +2540,9 @@ preserve@^0.2.0:
2540
2540
version "0.2.0"
2541
2541
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
2542
2542
2543
- prettier@^1.7.4 :
2544
- version "1.7.4 "
2545
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.7.4 .tgz#5e8624ae9363c80f95ec644584ecdf55d74f93fa "
2543
+ prettier@^1.8.2 :
2544
+ version "1.8.2 "
2545
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.2 .tgz#bff83e7fd573933c607875e5ba3abbdffb96aeb8 "
2546
2546
2547
2547
pretty-ms@^0.2.1 :
2548
2548
version "0.2.2"
You can’t perform that action at this time.
0 commit comments