Skip to content

Commit aabddcd

Browse files
nsdeschenesandrewshie-sentry
authored andcommitted
fix(vscode-settings): Update Prettier config file path (#97678)
Update vscode settings to point prettier config path from `package.json` to `prettier.config.mjs`
1 parent 7c6abcc commit aabddcd

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
@@ -99,6 +99,6 @@
9999
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
100100
"python.testing.pytestArgs": ["tests"],
101101
"python.analysis.autoImportCompletions": true,
102-
"prettier.configPath": "package.json",
102+
"prettier.configPath": "prettier.config.mjs",
103103
"biome.enabled": false
104104
}

0 commit comments

Comments
 (0)