1
0
mirror of https://github.com/jellyfin/jellyfin-web.git synced 2025-04-18 20:24:10 +03: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": {
"source.fixAll.eslint": "explicit"
},