Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit a56590f

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update xo to version 0.28.0
1 parent 39b5c69 commit a56590f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"p-retry": "^4.0.0",
2828
"semantic-release": "^17.0.0",
2929
"tempy": "^0.5.0",
30-
"xo": "^0.27.0"
30+
"xo": "^0.28.0"
3131
},
3232
"homepage": "https://github.com/semantic-release/npm-registry-docker#readme",
3333
"keywords": [
@@ -78,6 +78,9 @@
7878
},
7979
"xo": {
8080
"prettier": true,
81-
"space": true
81+
"space": true,
82+
"rules": {
83+
"unicorn/string-content": "off"
84+
}
8285
}
8386
}

0 commit comments

Comments
 (0)