|
8 | 8 | "build": "vite build", |
9 | 9 | "preview": "vite preview", |
10 | 10 | "prepare": "svelte-kit sync || echo ''", |
11 | | - "check": "pnpm exec biome check ./src", |
| 11 | + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
12 | 12 | "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
13 | | - "format": "pnpm exec biome format --write ./src", |
14 | | - "check-format": "pnpm exec biome format ./src", |
15 | | - "lint": "pnpm exec biome lint --write ./src", |
16 | | - "check-lint": "pnpm exec biome lint ./src", |
| 13 | + "format": "prettier --write .", |
| 14 | + "lint": "prettier --check . && eslint .", |
17 | 15 | "storybook": "storybook dev -p 6006", |
18 | 16 | "build-storybook": "storybook build" |
19 | 17 | }, |
20 | 18 | "devDependencies": { |
21 | | - "@biomejs/biome": "1.9.4", |
22 | 19 | "@eslint/compat": "^1.2.5", |
23 | 20 | "@eslint/js": "^9.18.0", |
24 | 21 | "@storybook/addon-svelte-csf": "^5.0.7", |
|
28 | 25 | "@sveltejs/vite-plugin-svelte": "^6.0.0", |
29 | 26 | "@tailwindcss/vite": "^4.0.0", |
30 | 27 | "@types/node": "^22", |
| 28 | + "eslint": "^9.18.0", |
| 29 | + "eslint-config-prettier": "^10.0.1", |
| 30 | + "eslint-plugin-storybook": "^9.0.17", |
| 31 | + "eslint-plugin-svelte": "^3.0.0", |
31 | 32 | "globals": "^16.0.0", |
| 33 | + "prettier": "^3.4.2", |
| 34 | + "prettier-plugin-svelte": "^3.3.3", |
| 35 | + "prettier-plugin-tailwindcss": "^0.6.11", |
32 | 36 | "storybook": "^9.0.17", |
33 | 37 | "svelte": "^5.0.0", |
34 | 38 | "svelte-check": "^4.0.0", |
35 | 39 | "tailwindcss": "^4.0.0", |
36 | 40 | "typescript": "^5.0.0", |
37 | 41 | "typescript-eslint": "^8.20.0", |
38 | | - "vite": "6.3.5" |
| 42 | + "vite": "^7.0.4" |
39 | 43 | }, |
40 | 44 | "dependencies": { |
41 | 45 | "@inlang/paraglide-js": "^2.0.0" |
|
0 commit comments