Skip to content

Commit 031281d

Browse files
committed
chore(package): simplify xo configuration
1 parent a61eb8a commit 031281d

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
@@ -34,15 +34,12 @@
3434
"cz-conventional-changelog": "^2.0.0",
3535
"delay": "^2.0.0",
3636
"dockerode": "^2.5.3",
37-
"eslint-config-prettier": "^2.5.0",
38-
"eslint-plugin-prettier": "^2.3.0",
3937
"file-url": "^2.0.2",
4038
"get-stream": "^3.0.0",
4139
"got": "^8.0.0",
4240
"nock": "^9.1.0",
4341
"nyc": "^11.2.1",
4442
"p-retry": "^1.0.0",
45-
"prettier": "~1.10.0",
4643
"semantic-release": "^12.2.2",
4744
"sinon": "^4.1.2",
4845
"tempy": "^0.2.1",
@@ -78,10 +75,7 @@
7875
"all": true
7976
},
8077
"prettier": {
81-
"printWidth": 120,
82-
"singleQuote": true,
83-
"bracketSpacing": false,
84-
"trailingComma": "es5"
78+
"printWidth": 120
8579
},
8680
"publishConfig": {
8781
"access": "public",
@@ -100,14 +94,7 @@
10094
"test": "nyc ava -v"
10195
},
10296
"xo": {
103-
"extends": [
104-
"prettier"
105-
],
106-
"plugins": [
107-
"prettier"
108-
],
109-
"rules": {
110-
"prettier/prettier": 2
111-
}
97+
"prettier": true,
98+
"space": true
11299
}
113100
}

0 commit comments

Comments
 (0)