Skip to content

Commit bf717df

Browse files
committed
replace xo with just prettier
1 parent ba73adb commit bf717df

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

package.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"codecov": "3.8.3",
4444
"cpy": "^8.1.2",
4545
"nock": "13.1.3",
46+
"prettier": "2.4.1",
4647
"proxy": "1.0.2",
4748
"proxyquire": "2.1.3",
4849
"quibble": "0.6.6",
4950
"semantic-release": "18.0.0",
5051
"server-destroy": "1.0.1",
5152
"sinon": "11.1.2",
52-
"tempy": "^2.0.0",
53-
"xo": "0.44.0"
53+
"tempy": "^2.0.0"
5454
},
5555
"engines": {
5656
"node": ">=14.17"
@@ -101,27 +101,10 @@
101101
},
102102
"scripts": {
103103
"codecov": "codecov -f coverage/coverage-final.json",
104-
"lint": "xo",
104+
"lint": "prettier",
105105
"semantic-release": "semantic-release",
106106
"test": "c8 ava -v"
107107
},
108-
"xo": {
109-
"prettier": true,
110-
"space": true,
111-
"rules": {
112-
"camelcase": [
113-
"error",
114-
{
115-
"properties": "never"
116-
}
117-
],
118-
"unicorn/string-content": "off",
119-
"unicorn/no-array-reduce": "off",
120-
"unicorn/prefer-spread": "off",
121-
"unicorn/error-message": "off",
122-
"node/prefer-global/process": "off"
123-
}
124-
},
125108
"renovate": {
126109
"extends": [
127110
"github>semantic-release/.github"

0 commit comments

Comments
 (0)