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 32
32
"conventional-changelog-express" : " ^0.3.0" ,
33
33
"conventional-changelog-jshint" : " ^0.3.0" ,
34
34
"cz-conventional-changelog" : " ^2.0.0" ,
35
- "eslint-config-prettier" : " ^2.3.0" ,
36
- "eslint-plugin-prettier" : " ^2.3.0" ,
37
35
"nyc" : " ^11.1.0" ,
38
- "prettier" : " ~1.10.0" ,
39
36
"rimraf" : " ^2.6.1" ,
40
37
"semantic-release" : " ^12.2.2" ,
41
38
"sinon" : " ^4.0.2" ,
74
71
"all" : true
75
72
},
76
73
"prettier" : {
77
- "printWidth" : 120 ,
78
- "singleQuote" : true ,
79
- "bracketSpacing" : false ,
80
- "trailingComma" : " es5"
74
+ "printWidth" : 120
81
75
},
82
76
"publishConfig" : {
83
77
"access" : " public" ,
96
90
"test" : " nyc ava -v"
97
91
},
98
92
"xo" : {
99
- "extends" : [
100
- " prettier"
101
- ],
102
- "plugins" : [
103
- " prettier"
104
- ],
105
- "rules" : {
106
- "prettier/prettier" : 2
107
- }
93
+ "prettier" : true ,
94
+ "space" : true
108
95
}
109
96
}
You can’t perform that action at this time.
0 commit comments