mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
23 lines
635 B
JSON
23 lines
635 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"eslint.validate": [
|
|
"typescript",
|
|
"typescriptreact",
|
|
"javascript",
|
|
"javascriptreact"
|
|
],
|
|
"javascript.preferences.importModuleSpecifier": "non-relative",
|
|
"javascript.preferences.useAliasesForRenames": false,
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"files.eol": "\n",
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"[prisma]": {
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
|
},
|
|
} |