Skip to content

Commit

Permalink
chore: switched to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Aug 3, 2024
1 parent 9ae7461 commit c1531c0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3,334 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

Binary file added bun.lockb
Binary file not shown.
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{ts,svelte}\"",
"lint:timing": "set TIMING=1 && eslint \"src/**/*.{ts,svelte}\" --cache --cache-strategy metadata",
"lint:fix": "eslint --fix \"src/**/*.{ts,svelte}\"",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"prepare": "husky install"
Expand All @@ -45,21 +42,13 @@
"@tsconfig/svelte": "^3.0.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.10",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-svelte": "^2.33.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
"svelte-eslint-parser": "^0.33.0",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.6.4",
"vite": "^4.0.0"
},
"lint-staged": {
"*.{js,ts,svelte}": "pnpm run lint"
}
}
Loading

0 comments on commit c1531c0

Please sign in to comment.