chore: use string values in vs code settings (#10028)

This commit is contained in:
Danial Raza
2023-12-18 18:13:55 +01:00
committed by GitHub
parent e43f96cec5
commit 6cd6e3baaf

View File

@@ -9,9 +9,9 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": false,
"source.fixAll.eslint": true,
"source.fixAll": true
"source.organizeImports": "never",
"source.fixAll.eslint": "explicit",
"source.fixAll": "explicit"
},
"editor.trimAutoWhitespace": false,
"files.associations": {