diff --git a/deno.json b/deno.json index 33c2ba2..c1dd6f3 100644 --- a/deno.json +++ b/deno.json @@ -9,17 +9,8 @@ "preview": "deno run -A main.ts", "update": "deno run -A -r https://fresh.deno.dev/update ." }, - "lint": { - "rules": { - "tags": [ - "fresh", - "recommended" - ] - } - }, - "exclude": [ - "**/_fresh/*" - ], + "lint": { "rules": { "tags": ["fresh", "recommended"] } }, + "exclude": ["**/_fresh/*"], "imports": { "$fresh/": "https://deno.land/x/fresh@1.6.8/", "preact": "https://esm.sh/preact@10.19.6", @@ -31,14 +22,7 @@ "tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js", "$std/": "https://deno.land/std@0.216.0/" }, - "compilerOptions": { - "jsx": "react-jsx", - "jsxImportSource": "preact" - }, - "fmt": { - "useTabs": true, - "semiColons": false, - "singleQuote": true - }, + "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, + "fmt": { "useTabs": true, "semiColons": false, "singleQuote": true }, "nodeModulesDir": true } diff --git a/routes/_app.tsx b/routes/_app.tsx index 8a32ed5..a186394 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -8,7 +8,7 @@ export default function App({ Component }: PageProps) { bank - + diff --git a/routes/index.tsx b/routes/index.tsx index 83f82eb..3fedaf0 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -4,7 +4,7 @@ import Counter from '../islands/Counter.tsx' export default function Home() { const count = useSignal(3) return ( -
+