Skip to content

Commit

Permalink
chore: root files and scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Aug 26, 2024
1 parent f58bb48 commit 302ff93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
"*.ts": "typescript",
"*rc": "json"
},
"npm.packageManager": "pnpm"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"npm.packageManager": "pnpm",
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
15 changes: 0 additions & 15 deletions npm-update.sh

This file was deleted.

0 comments on commit 302ff93

Please sign in to comment.