Remove BiomeJS integration and improve task categorization in useTasks

- Removed BiomeJS configuration and replaced formatting script with ESLint in `package.json`.
- Updated `useTasks` to utilize `@vueuse/core` methods for improved task categorization and unique category retrieval.
- Simplified task grouping logic in `ListScreen`.
This commit is contained in:
2026-02-22 15:39:02 +01:00
parent 90793571e2
commit 395129abb1
5 changed files with 13 additions and 140 deletions

View File

@@ -13,7 +13,7 @@
"build:ios": "tauri ios build",
"preview": "vite preview",
"tauri": "tauri",
"format": "biome format --write"
"format": "eslint format --write"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
@@ -31,7 +31,6 @@
"vue-router": "^4.6.4"
},
"devDependencies": {
"@biomejs/biome": "2.4.2",
"@tailwindcss/vite": "^4.2.0",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^6.0.4",