diff --git a/.vscode/settings.json b/.vscode/settings.json index 378cd3b2e..a4191f0e9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -91,7 +91,8 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.stylelint": true - } + }, + "editor.defaultFormatter": "esbenp.prettier-vscode" }, "i18n-ally.localesPaths": ["src/locales/lang"], "i18n-ally.keystyle": "nested",