Skip to content

Commit 34fa585

Browse files
committed
chore(package): simplify xo configuration
1 parent bda9a9a commit 34fa585

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
@@ -35,11 +35,8 @@
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",
@@ -79,10 +76,7 @@
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",
@@ -101,14 +95,7 @@
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
}

0 commit comments

Comments
 (0)