Skip to content

Commit c579428

Browse files
committed
chore(package): simplify xo configuration
1 parent 4adf28a commit c579428

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
@@ -32,13 +32,10 @@
3232
"codecov": "^3.0.0",
3333
"commitizen": "^2.9.6",
3434
"cz-conventional-changelog": "^2.0.0",
35-
"eslint-config-prettier": "^2.3.0",
36-
"eslint-plugin-prettier": "^2.3.0",
3735
"file-url": "^2.0.2",
3836
"get-stream": "^3.0.0",
3937
"git-log-parser": "^1.2.0",
4038
"nyc": "^11.1.0",
41-
"prettier": "~1.10.0",
4239
"semantic-release": "^12.2.2",
4340
"sinon": "^4.1.2",
4441
"tempy": "^0.2.1",
@@ -80,10 +77,7 @@
8077
"semantic-release": ">=13.3.0 <15.0.0"
8178
},
8279
"prettier": {
83-
"printWidth": 120,
84-
"singleQuote": true,
85-
"bracketSpacing": false,
86-
"trailingComma": "es5"
80+
"printWidth": 120
8781
},
8882
"publishConfig": {
8983
"access": "public",
@@ -102,14 +96,7 @@
10296
"test": "nyc ava -v"
10397
},
10498
"xo": {
105-
"extends": [
106-
"prettier"
107-
],
108-
"plugins": [
109-
"prettier"
110-
],
111-
"rules": {
112-
"prettier/prettier": 2
113-
}
99+
"prettier": true,
100+
"space": true
114101
}
115102
}

0 commit comments

Comments
 (0)