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 2ed381f commit 495cb4bCopy full SHA for 495cb4b
package.json
@@ -55,7 +55,7 @@
55
"xo": "^0.23.0"
56
},
57
"scripts": {
58
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
59
"test-api": "node test",
60
"test-coverage": "nyc --reporter lcov tape test/index.js",
61
"test": "npm run format && npm run test-coverage"
0 commit comments