Skip to content

Commit d776353

Browse files
committed
Update dev-dependencies
1 parent 4795595 commit d776353

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
@@ -53,7 +53,7 @@
5353
"type-coverage": "^2.0.0",
5454
"typescript": "^4.0.0",
5555
"xast-util-to-xml": "^3.0.0",
56-
"xo": "^0.39.0"
56+
"xo": "^0.40.0"
5757
},
5858
"scripts": {
5959
"prepack": "npm run build && npm run format",
@@ -84,7 +84,10 @@
8484
],
8585
"no-eq-null": "off",
8686
"no-var": "off",
87-
"prefer-arrow-callback": "off"
87+
"prefer-arrow-callback": "off",
88+
"unicorn/explicit-length-check": "off",
89+
"unicorn/numeric-separators-style": "off",
90+
"unicorn/prefer-node-protocol": "off"
8891
}
8992
},
9093
"remarkConfig": {

0 commit comments

Comments
 (0)