We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba09dc7 commit 863dde4Copy full SHA for 863dde4
package.json
@@ -40,7 +40,7 @@
40
"xo": "^0.24.0"
41
},
42
"scripts": {
43
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
44
"test-api": "node test",
45
"test-coverage": "nyc --reporter lcov tape test/index.js",
46
"test": "npm run format && npm run test-coverage"
0 commit comments