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 3030 "codecov" : " ^3.0.0" ,
3131 "commitizen" : " ^2.9.6" ,
3232 "cz-conventional-changelog" : " ^2.0.0" ,
33- "eslint-config-prettier" : " ^2.8.0" ,
34- "eslint-plugin-prettier" : " ^2.3.0" ,
3533 "nock" : " ^9.1.0" ,
3634 "nyc" : " ^11.2.1" ,
37- "prettier" : " ~1.10.0" ,
3835 "semantic-release" : " ^12.2.2" ,
3936 "sinon" : " ^4.0.0" ,
4037 "tempy" : " ^0.2.1" ,
7471 "semantic-release" : " >=13.3.0 <15.0.0"
7572 },
7673 "prettier" : {
77- "printWidth" : 120 ,
78- "singleQuote" : true ,
79- "bracketSpacing" : false ,
80- "trailingComma" : " es5"
74+ "printWidth" : 120
8175 },
8276 "publishConfig" : {
8377 "access" : " public" ,
9690 "test" : " nyc ava -v"
9791 },
9892 "xo" : {
99- "extends" : [
100- " prettier"
101- ],
102- "plugins" : [
103- " prettier"
104- ],
105- "rules" : {
106- "prettier/prettier" : 2
107- }
93+ "prettier" : true ,
94+ "space" : true
10895 }
10996}
You can’t perform that action at this time.
0 commit comments