1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-01-18 10:03:33 +03:00

Update Prettier path in VSCode settings to use CommonJS module

This commit is contained in:
Adolfo Gómez García 2024-11-19 22:19:03 +01:00
parent 4102dc70c3
commit 83e01cd56a
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -6,7 +6,7 @@
"**/.pnp.*": true "**/.pnp.*": true
}, },
"eslint.nodePath": ".yarn/sdks", "eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js", "prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"typescript.tsdk": ".yarn/sdks/typescript/lib", "typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true "typescript.enablePromptUseWorkspaceTsdk": true
} }