mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-17 04:28:06 +00:00
chore(vscode): update settings.json
Due to an update to the ESLint extension, the settings schema has changed. ESLint attempts to change them to the new options as soon as it detects the old ones. We set our desired behaviour (by default to do all the heavy lifting for us), so nobody else commits incorrect settings by accident or uses the incorrect behaviour Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
63507f2e36
commit
722e475791
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,8 +1,8 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true ,
|
||||
"source.organizeImports": false
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "always",
|
||||
"source.organizeImports": "always"
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
||||
|
Loading…
x
Reference in New Issue
Block a user