Skip to content

Commit 34ae88c

Browse files
committed
chore(package): simplify xo configuration
1 parent 98588ff commit 34ae88c

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

package.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@
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",
@@ -74,10 +71,7 @@
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",
@@ -96,14 +90,7 @@
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
}

0 commit comments

Comments
 (0)