Skip to content

Commit

Permalink
chore: update eslint fixAll option
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed Dec 8, 2023
1 parent 5f1cf3a commit bba0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit bba0b09

Please sign in to comment.