Skip to content

Commit e601fe2

Browse files
committed
Update dev-dependencies
1 parent 4df63ec commit e601fe2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"tape": "^5.0.0",
7474
"type-coverage": "^2.0.0",
7575
"typescript": "^4.0.0",
76-
"xo": "^0.44.0"
76+
"xo": "^0.47.0"
7777
},
7878
"scripts": {
7979
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
@@ -91,7 +91,10 @@
9191
"trailingComma": "none"
9292
},
9393
"xo": {
94-
"prettier": true
94+
"prettier": true,
95+
"rules": {
96+
"unicorn/prefer-code-point": "off"
97+
}
9598
},
9699
"remarkConfig": {
97100
"plugins": [

0 commit comments

Comments
 (0)