mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"search.exclude": {
|
|
"node_modules": true,
|
|
"dist": true,
|
|
"pnpm-lock.yaml": true
|
|
},
|
|
"typescript.format.enable": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"workspace-default-settings.runOnActivation": true,
|
|
"prettier.prettierPath": "node_modules/prettier/index.cjs",
|
|
"eslint.probe": ["javascript", "typescript", "vue"],
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
]
|
|
}
|