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 3232 "conventional-changelog-express" : " ^0.3.0" ,
3333 "conventional-changelog-jshint" : " ^0.3.0" ,
3434 "cz-conventional-changelog" : " ^2.0.0" ,
35- "eslint-config-prettier" : " ^2.3.0" ,
36- "eslint-plugin-prettier" : " ^2.3.0" ,
3735 "nyc" : " ^11.1.0" ,
38- "prettier" : " ~1.10.0" ,
3936 "rimraf" : " ^2.6.1" ,
4037 "semantic-release" : " ^12.2.2" ,
4138 "sinon" : " ^4.0.2" ,
7471 "all" : true
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