mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2025-02-22 14:37:53 +00:00
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"[json][typescript][typescriptreact][javascript]": {
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.format.enable": true,
|
|
"editor.formatOnSave": false
|
|
}
|