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 1e2889c commit 5a05316Copy full SHA for 5a05316
.prettierignore
@@ -1 +1,3 @@
1
coverage/
2
+*.json
3
+*.md
package.json
@@ -34,11 +34,11 @@
34
"prettier": "^2.0.0",
35
"remark-cli": "^8.0.0",
36
"remark-preset-wooorm": "^7.0.0",
37
- "tape": "^4.0.0",
38
- "xo": "^0.29.0"
+ "tape": "^5.0.0",
+ "xo": "^0.32.0"
39
},
40
"scripts": {
41
- "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+ "format": "remark . -qfo && prettier . --write && 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