Skip to content

Commit

Permalink
chore: update settings for eslint plugin update (#379)
Browse files Browse the repository at this point in the history
Small update to vscode settings for eslint.
  • Loading branch information
RebeccaStevens authored Feb 4, 2024
1 parent ab0c924 commit b693bd6
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,
"editor.rulers": [80],
Expand Down

0 comments on commit b693bd6

Please sign in to comment.