fix(lint): resolve #280 Lint failures (route formatting + landing import sort)

#280 left 10 section-prefixed custom-route files mis-indented and one
unsorted import block in the new landing section-index page. Fixed via
biome formatter (api) and manual import sort (landing). No config change
(biome.json is hook-protected); no suppression. pnpm lint + typecheck
now exit 0.
This commit is contained in:
SnapOtter
2026-06-21 02:58:46 +08:00
parent 71fefc05b0
commit 6e1b9cd3cc
11 changed files with 1016 additions and 986 deletions
@@ -1,8 +1,8 @@
---
import { SECTIONS, TOOLS, toolSection } from "@snapotter/shared";
import Base from "@/layouts/Base.astro";
import Navbar from "@/components/Navbar.astro";
import Footer from "@/components/Footer.astro";
import Navbar from "@/components/Navbar.astro";
import Base from "@/layouts/Base.astro";
export function getStaticPaths() {
return SECTIONS.map((s) => ({