Edit settings

This commit is contained in:
2023-09-04 19:52:52 +02:00
parent 29e06f3a45
commit 05d2263df5

View File

@@ -20,7 +20,7 @@
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.organizeImports": true
},
"eslint.validate": [
"javascript",
@@ -33,5 +33,5 @@
"json",
"jsonc",
"yaml"
]
],
}