mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"name": "Renovate",
|
|
"dockerFile": "Dockerfile",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"orta.vscode-jest"
|
|
],
|
|
"postCreateCommand": "yarn install"
|
|
}
|