mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user