Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit cdef931

Browse files
committed
chore(package): simplify xo configuration
1 parent a43a167 commit cdef931

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,16 +30,13 @@
3030
"commitizen": "^2.9.6",
3131
"cz-conventional-changelog": "^2.0.0",
3232
"dockerode": "^2.5.3",
33-
"eslint-config-prettier": "^2.3.0",
34-
"eslint-plugin-prettier": "^2.3.0",
3533
"fs-extra": "^5.0.0",
3634
"get-stream": "^3.0.0",
3735
"git-log-parser": "^1.2.0",
3836
"got": "^8.0.1",
3937
"mockserver-client": "^5.3.0",
4038
"nyc": "^11.1.0",
4139
"p-retry": "^1.0.0",
42-
"prettier": "~1.10.0",
4340
"semantic-release": "^13.0.1",
4441
"sinon": "^4.1.2",
4542
"strip-ansi": "^4.0.0",
@@ -81,10 +78,7 @@
8178
"semantic-release": "13.x.x"
8279
},
8380
"prettier": {
84-
"printWidth": 120,
85-
"singleQuote": true,
86-
"bracketSpacing": false,
87-
"trailingComma": "es5"
81+
"printWidth": 120
8882
},
8983
"publishConfig": {
9084
"access": "public",
@@ -103,14 +97,7 @@
10397
"test": "nyc ava -v"
10498
},
10599
"xo": {
106-
"extends": [
107-
"prettier"
108-
],
109-
"plugins": [
110-
"prettier"
111-
],
112-
"rules": {
113-
"prettier/prettier": 2
114-
}
100+
"prettier": true,
101+
"space": true
115102
}
116103
}

0 commit comments

Comments
 (0)