Skip to content

Commit

Permalink
VSCode settings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Mar 4, 2024
1 parent 3684e0a commit f55bd4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
Expand Down

0 comments on commit f55bd4f

Please sign in to comment.