mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
18 lines
400 B
JSON
18 lines
400 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"
|
|
}
|
|
}
|