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 c5215ff commit 4534c29Copy full SHA for 4534c29
package.json
@@ -77,9 +77,9 @@
77
"repository": "syntax-tree/hast-util-raw",
78
"scripts": {
79
"build": "tsc --build --clean && tsc --build && type-coverage",
80
- "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
+ "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",
81
"test-api": "node --conditions development test.js",
82
- "test-coverage": "c8 --100 --reporter lcov npm run test-api",
+ "test-coverage": "c8 --100 --reporter lcov -- npm run test-api",
83
"test": "npm run build && npm run format && npm run test-coverage"
84
},
85
"sideEffects": false,
0 commit comments