Skip to content

Commit a6b066c

Browse files
committed
Fix Prettier command
1 parent d5cf1b8 commit a6b066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"scripts": {
5151
"vscode:prepublish": "npm run build",
5252
"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",
53+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
5454
"test-api": "node --conditions development test.mjs",
5555
"test": "npm run build && npm run format && npm run test-api"
5656
},

0 commit comments

Comments
 (0)