Skip to content

Commit

Permalink
chore: update settings and add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Jul 27, 2024
1 parent 21996ee commit ca669fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strings": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc][yaml][html][markdown][postcss][css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit ca669fd

Please sign in to comment.