Skip to content

Commit

Permalink
chore: update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 21, 2023
1 parent 185aa17 commit bf490a0
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 @@ -3,8 +3,8 @@
"eslint.lintTask.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.markdownlint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.markdownlint": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit bf490a0

Please sign in to comment.