Skip to content

Commit

Permalink
chore: updated configs (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Feb 24, 2025
1 parent f5ad188 commit 15d22f9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dist-ssr
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/tasks.json
.idea
.DS_Store
*.suo
Expand Down
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "check:full",
"problemMatcher": [],
"label": "Full check",
"group": {
"kind": "test",
"isDefault": true
}
}
]
}
11 changes: 0 additions & 11 deletions .zed/settings.json

This file was deleted.

32 changes: 0 additions & 32 deletions .zed/tasks.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"check:full": "pnpm run lint:fix && pnpm run typecheck && pnpm vitest run",
"prepare": "husky"
},
"devDependencies": {
Expand Down

0 comments on commit 15d22f9

Please sign in to comment.