Commit dab56b8
committed
fix: resolve typescript linting errors and update dependencies
- Replace @ts-ignore with @ts-expect-error for better type safety
- Update @tailwindcss/vite from 4.0.14 to 4.1.17 for improved compatibility
- Refactor PostDetails.astro to use official Astro destructuring pattern
- Remove unnecessary @ts-expect-error comment in PostDetails.astro
This eliminates all ESLint and TypeScript check errors while following
TypeScript best practices.1 parent f350f3e commit dab56b8
File tree
4 files changed
+216
-172
lines changed- src/layouts
4 files changed
+216
-172
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments