Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Mar 4, 2024
1 parent 1047f90 commit 1c0a1b6
Show file tree
Hide file tree
Showing 3 changed files with 1,454 additions and 626 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"cSpell.enabled": true,
"cSpell.userWords": [], // only use words from .cspell.json
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.format": true,
"source.fixAll.stylelint": true,
"source.fixAll.htmlhint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.format": "explicit",
"source.fixAll.stylelint": "explicit",
"source.fixAll.htmlhint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
Expand Down
Loading

0 comments on commit 1c0a1b6

Please sign in to comment.