jellyfin-web/.vscode/settings.json

8 lines
137 B
JSON
Raw Normal View History

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"editor.formatOnSave": false
}