Skip to content

Commit

Permalink
Merge pull request #81 from satyam-seth/update-vscode-settings
Browse files Browse the repository at this point in the history
Update vscode editor code action on save settings
  • Loading branch information
satyam-seth authored Dec 22, 2023
2 parents 42be05e + f647a8c commit 65a5c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"editor.tabSize": 2,
"editor.rulers": [100],
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
Expand Down

0 comments on commit 65a5c0c

Please sign in to comment.