Skip to content

Commit

Permalink
chore: run linter on save (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
veeti-k committed Sep 2, 2023
1 parent a20f16d commit f0d0816
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
],
"[astro][typescript][javascript][json][yaml]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
}

0 comments on commit f0d0816

Please sign in to comment.