mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
26 lines
623 B
JSON
26 lines
623 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[md]": {
|
|
"editor.wordBasedSuggestions": "off"
|
|
},
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile",
|
|
".releaserc": "json"
|
|
},
|
|
"omnisharp.autoStart": false,
|
|
"jest.autoRun": "off",
|
|
"jest.jestCommandLine": "pnpm jest",
|
|
"npm.packageManager": "pnpm",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|