Skip to content

Commit

Permalink
chore: use string values in vs code settings (#10028)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza authored Dec 18, 2023
1 parent e43f96c commit 6cd6e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6cd6e3b

Please sign in to comment.