Skip to content

Commit

Permalink
chore: update VSCode settings to use explicit code actions on save
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemhiller committed Sep 13, 2024
1 parent 5dc999f commit 3121fcf
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 @@ -27,14 +27,14 @@
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
},
"search.exclude": {
"docs": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit 3121fcf

Please sign in to comment.