Skip to content

Commit 842302e

Browse files
pvdlggr2m
authored andcommitted
chore(package): simplify xo configuration
1 parent 9a9f114 commit 842302e

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,10 +32,7 @@
3232
"conventional-changelog-express": "^0.3.0",
3333
"conventional-changelog-jshint": "^0.3.0",
3434
"cz-conventional-changelog": "^2.0.0",
35-
"eslint-config-prettier": "^2.3.0",
36-
"eslint-plugin-prettier": "^2.3.0",
3735
"nyc": "^11.1.0",
38-
"prettier": "~1.10.0",
3936
"rimraf": "^2.6.1",
4037
"semantic-release": "^12.2.2",
4138
"sinon": "^4.0.2",
@@ -74,10 +71,7 @@
7471
"all": true
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)