File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 34
34
"cz-conventional-changelog" : " ^2.0.0" ,
35
35
"delay" : " ^2.0.0" ,
36
36
"dockerode" : " ^2.5.3" ,
37
- "eslint-config-prettier" : " ^2.5.0" ,
38
- "eslint-plugin-prettier" : " ^2.3.0" ,
39
37
"file-url" : " ^2.0.2" ,
40
38
"get-stream" : " ^3.0.0" ,
41
39
"got" : " ^8.0.0" ,
42
40
"nock" : " ^9.1.0" ,
43
41
"nyc" : " ^11.2.1" ,
44
42
"p-retry" : " ^1.0.0" ,
45
- "prettier" : " ~1.10.0" ,
46
43
"semantic-release" : " ^12.2.2" ,
47
44
"sinon" : " ^4.1.2" ,
48
45
"tempy" : " ^0.2.1" ,
78
75
"all" : true
79
76
},
80
77
"prettier" : {
81
- "printWidth" : 120 ,
82
- "singleQuote" : true ,
83
- "bracketSpacing" : false ,
84
- "trailingComma" : " es5"
78
+ "printWidth" : 120
85
79
},
86
80
"publishConfig" : {
87
81
"access" : " public" ,
100
94
"test" : " nyc ava -v"
101
95
},
102
96
"xo" : {
103
- "extends" : [
104
- " prettier"
105
- ],
106
- "plugins" : [
107
- " prettier"
108
- ],
109
- "rules" : {
110
- "prettier/prettier" : 2
111
- }
97
+ "prettier" : true ,
98
+ "space" : true
112
99
}
113
100
}
You can’t perform that action at this time.
0 commit comments