Skip to content

Commit 161c389

Browse files
committed
chore(.vscode): fix prettier.prettierPath setting
1 parent 01d5b07 commit 161c389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"javascript.updateImportsOnFileMove.enabled": "always",
1010
"npm.packageManager": "npm",
11-
"prettier.prettierPath": "./node_modules/prettier",
11+
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
1212
"redhat.telemetry.enabled": false,
1313
"[xml]": {
1414
"editor.defaultFormatter": "redhat.vscode-xml"

0 commit comments

Comments
 (0)