Skip to content

Commit c0de63b

Browse files
committed
Update dev-dependencies
1 parent 098866d commit c0de63b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tsd": "^0.14.0",
5555
"type-coverage": "^2.0.0",
5656
"typescript": "^4.0.0",
57-
"xo": "^0.38.0"
57+
"xo": "^0.40.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",
@@ -75,9 +75,9 @@
7575
"xo": {
7676
"prettier": true,
7777
"rules": {
78-
"import/no-mutable-exports": "off",
7978
"no-var": "off",
80-
"prefer-arrow-callback": "off"
79+
"prefer-arrow-callback": "off",
80+
"unicorn/prefer-node-protocol": "off"
8181
}
8282
},
8383
"remarkConfig": {

0 commit comments

Comments
 (0)