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 "codecov" : " ^3.0.0" ,
3333 "commitizen" : " ^2.9.6" ,
3434 "cz-conventional-changelog" : " ^2.0.0" ,
35- "eslint-config-prettier" : " ^2.3.0" ,
36- "eslint-plugin-prettier" : " ^2.3.0" ,
3735 "file-url" : " ^2.0.2" ,
3836 "get-stream" : " ^3.0.0" ,
3937 "git-log-parser" : " ^1.2.0" ,
4038 "nyc" : " ^11.1.0" ,
41- "prettier" : " ~1.10.0" ,
4239 "semantic-release" : " ^12.2.2" ,
4340 "sinon" : " ^4.1.2" ,
4441 "tempy" : " ^0.2.1" ,
8077 "semantic-release" : " >=13.3.0 <15.0.0"
8178 },
8279 "prettier" : {
83- "printWidth" : 120 ,
84- "singleQuote" : true ,
85- "bracketSpacing" : false ,
86- "trailingComma" : " es5"
80+ "printWidth" : 120
8781 },
8882 "publishConfig" : {
8983 "access" : " public" ,
10296 "test" : " nyc ava -v"
10397 },
10498 "xo" : {
105- "extends" : [
106- " prettier"
107- ],
108- "plugins" : [
109- " prettier"
110- ],
111- "rules" : {
112- "prettier/prettier" : 2
113- }
99+ "prettier" : true ,
100+ "space" : true
114101 }
115102}
You can’t perform that action at this time.
0 commit comments