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 2f1d53d commit bf88a1cCopy full SHA for bf88a1c
.prettierignore
@@ -1 +1,3 @@
1
coverage/
2
+*.json
3
+*.md
package.json
@@ -43,13 +43,13 @@
43
"prettier": "^2.0.0",
44
"remark-cli": "^8.0.0",
45
"remark-preset-wooorm": "^7.0.0",
46
- "tape": "^4.0.0",
+ "tape": "^5.0.0",
47
"unist-builder": "^2.0.0",
48
"xastscript": "^1.0.0",
49
- "xo": "^0.29.0"
+ "xo": "^0.32.0"
50
},
51
"scripts": {
52
- "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+ "format": "remark . -qfo && prettier . --write && xo --fix",
53
"test-api": "node test",
54
"test-coverage": "nyc --reporter lcov tape test.js",
55
"test": "npm run format && npm run test-coverage"
0 commit comments