mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
{ "language": "typescript", "autoFix": true }
|
|
],
|
|
"eslint.options": { "configFile": ".eslintrc.js" },
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|