We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cf1b8 commit a6b066cCopy full SHA for a6b066c
package.json
@@ -50,7 +50,7 @@
50
"scripts": {
51
"vscode:prepublish": "npm run build",
52
"build": "esbuild extension=src/extension.js remark-language-server --bundle --platform=node --target=node16 --format=cjs --external:vscode --outdir=out --minify",
53
- "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
+ "format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
54
"test-api": "node --conditions development test.mjs",
55
"test": "npm run build && npm run format && npm run test-api"
56
},
0 commit comments