Skip to content

Commit

Permalink
chore(deps-dev): upgrading our eslint config and resolving issues (#1021
Browse files Browse the repository at this point in the history
)
  • Loading branch information
erunion authored Jun 16, 2024
1 parent 6f56d6c commit 1ebbe6c
Show file tree
Hide file tree
Showing 18 changed files with 1,554 additions and 903 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"search.exclude": {
// Hide generated output
"**/package-lock.json": true,
Expand Down
Loading

0 comments on commit 1ebbe6c

Please sign in to comment.