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 ab83b3b commit b7041faCopy full SHA for b7041fa
package.json
@@ -53,7 +53,7 @@
53
"xo": "^0.24.0"
54
},
55
"scripts": {
56
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
57
"test-api": "node test",
58
"test-coverage": "nyc --reporter lcov tape test/index.js",
59
"test": "npm run format && npm run test-coverage"
0 commit comments