mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
8 lines
137 B
JSON
8 lines
137 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
"eslint.format.enable": true,
|
||
|
"editor.formatOnSave": false
|
||
|
}
|