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

Merge pull request #6546 from nielsvanvelzen/default-formatter-vscode

Enforce ESLint as default formatter in VSCode settings
This commit is contained in:
Bill Thornton 2025-02-20 17:00:00 -05:00 committed by GitHub
commit 85191710c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,7 @@
{
"[json][typescript][typescriptreact][javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},