We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bdab5 commit a1747e9Copy full SHA for a1747e9
package.json
@@ -35,10 +35,10 @@
35
"remark-preset-wooorm": "^8.0.0",
36
"tape": "^5.0.0",
37
"unist-builder": "^2.0.0",
38
- "xo": "^0.33.0"
+ "xo": "^0.35.0"
39
},
40
"scripts": {
41
- "format": "remark . -qfo && prettier . --write && xo --fix",
+ "format": "remark . -qfo && prettier . --write --loglevel warn && xo --fix",
42
"test-api": "node test",
43
"test-coverage": "nyc --reporter lcov tape test.js",
44
"test": "npm run format && npm run test-coverage"
0 commit comments