Skip to content

Commit 1ba6356

Browse files
committed
Update dev-dependencies
1 parent da74595 commit 1ba6356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"tape": "^5.0.0",
4242
"unist-builder": "^2.0.0",
4343
"xastscript": "^2.0.0",
44-
"xo": "^0.34.0"
44+
"xo": "^0.35.0"
4545
},
4646
"scripts": {
47-
"format": "remark . -qfo && prettier . --write && xo --fix",
47+
"format": "remark . -qfo && prettier . --write --loglevel warn && xo --fix",
4848
"test-api": "node test",
4949
"test-coverage": "nyc --reporter lcov tape test/index.js",
5050
"test-types": "dtslint types",

0 commit comments

Comments
 (0)