Skip to content

Commit

Permalink
Update VSCode settings (FooSoft#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread authored Dec 16, 2023
1 parent c312e7a commit 64e4598
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"markdown.extension.toc.levels": "1..3",
"[javascript]": {
"editor.codeActionsOnSave": {
"source.addMissingImports": true,
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.addMissingImports": "explicit",
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.addMissingImports": false,
"source.organizeImports": false,
"source.fixAll.eslint": true
"source.addMissingImports": "never",
"source.organizeImports": "never",
"source.fixAll.eslint": "explicit"
},
},
"eslint.format.enable": true,
Expand Down

0 comments on commit 64e4598

Please sign in to comment.