Skip to content

Commit

Permalink
chore(.vscode): fix prettier.prettierPath setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 18, 2024
1 parent d12a911 commit 9542260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Expand Up @@ -8,6 +8,6 @@
},
"javascript.updateImportsOnFileMove.enabled": "always",
"npm.packageManager": "npm",
"prettier.prettierPath": "./node_modules/prettier",
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
"redhat.telemetry.enabled": false
}

0 comments on commit 9542260

Please sign in to comment.