1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5276 from felix920506/update-vscode-eslint-config

This commit is contained in:
Bill Thornton 2024-03-13 00:07:43 -04:00 committed by GitHub
commit 0d6e458d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ {
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": "explicit"
}, },
"eslint.format.enable": true, "eslint.format.enable": true,
"editor.formatOnSave": false "editor.formatOnSave": false