mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:35:09 +01:00
860671be00
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
12 lines
286 B
JSON
12 lines
286 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"eslint.format.enable": true,
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "ms-vsliveshare.vsliveshare"
|
|
}
|
|
}
|