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 c269c0e commit cb7355eCopy full SHA for cb7355e
package.json
@@ -39,7 +39,7 @@
39
"xo": "^0.21.1"
40
},
41
"scripts": {
42
- "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
+ "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
43
"test-api": "node test",
44
"test-coverage": "nyc --reporter lcov tape test.js",
45
"test": "npm run format && npm run test-coverage"
0 commit comments