mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
20 lines
458 B
JSON
20 lines
458 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
{ "language": "typescript", "autoFix": true }
|
|
],
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile",
|
|
".releaserc": "json"
|
|
},
|
|
"omnisharp.autoStart": false
|
|
}
|