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 3535 "codecov" : " ^3.0.0" ,
3636 "commitizen" : " ^2.9.6" ,
3737 "cz-conventional-changelog" : " ^2.0.0" ,
38- "eslint-config-prettier" : " ^2.8.0" ,
39- "eslint-plugin-prettier" : " ^2.3.0" ,
4038 "nock" : " ^9.1.0" ,
4139 "nyc" : " ^11.2.1" ,
42- "prettier" : " ~1.10.0" ,
4340 "semantic-release" : " ^12.2.2" ,
4441 "sinon" : " ^4.0.0" ,
4542 "tempy" : " ^0.2.1" ,
7976 "all" : true
8077 },
8178 "prettier" : {
82- "printWidth" : 120 ,
83- "singleQuote" : true ,
84- "bracketSpacing" : false ,
85- "trailingComma" : " es5"
79+ "printWidth" : 120
8680 },
8781 "publishConfig" : {
8882 "access" : " public" ,
10195 "test" : " nyc ava -v"
10296 },
10397 "xo" : {
104- "extends" : [
105- " prettier"
106- ],
107- "plugins" : [
108- " prettier"
109- ],
110- "rules" : {
111- "prettier/prettier" : 2
112- }
98+ "prettier" : true ,
99+ "space" : true
113100 }
114101}
You can’t perform that action at this time.
0 commit comments