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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user