Skip to content

Commit 954fd48

Browse files
committed
chore: update vscode settings for prettier configuration
1 parent 94c549a commit 954fd48

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"i18n-ally.pathMatcher": "package.nls.{locale}.json",
33
"i18n-ally.keystyle": "flat",
4-
"i18n-ally.localesPaths": ["."],
5-
"i18n-ally.enabledFrameworks": ["vscode", "react"],
4+
"i18n-ally.localesPaths": [
5+
"."
6+
],
7+
"i18n-ally.enabledFrameworks": [
8+
"vscode",
9+
"react"
10+
],
611
"i18n-ally.dirStructure": "file",
712
// Enable eslint for all supported languages
813
"eslint.validate": [
@@ -29,6 +34,7 @@
2934
"typescript.enablePromptUseWorkspaceTsdk": true, // For security reasons it's require that users opt into using the workspace version of typescript
3035
"typescript.preferences.preferTypeOnlyAutoImports": true, // Prefer type-only imports
3136
"testing.openTesting": "neverOpen", // Don't open the testing view automatically when running tests
37+
"prettier.enable": true, // enable prettier for those who disabled it for some reason
3238
"prettier.ignorePath": ".gitignore", // Don't run prettier for files listed in .gitignore
3339
"editor.defaultFormatter": "esbenp.prettier-vscode",
3440
"editor.formatOnPaste": false,
@@ -40,7 +46,6 @@
4046
// "typescript.inlayHints.propertyDeclarationTypes.enabled": true,
4147
"typescript.inlayHints.parameterTypes.enabled": true,
4248
// "typescript.inlayHints.functionLikeReturnTypes.enabled": true,
43-
4449
"workbench.colorCustomizations": {
4550
"activityBar.background": "#0E3140",
4651
"titleBar.activeBackground": "#14455A",

0 commit comments

Comments
 (0)