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

Enforce ESLint as default formatter in VSCode settings

This commit is contained in:
Niels van Velzen 2025-02-20 22:39:09 +01:00
parent f54f24721b
commit 3c4023ec02

View file

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