Skip to content

Commit

Permalink
Update fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
franekmagiera committed Jan 15, 2024
1 parent 248c59c commit 5dfd175
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"fmt": {
"indentWidth": 2
},
"fmt": { "indentWidth": 2 },
"lock": false,
"tasks": {
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
Expand All @@ -12,19 +10,10 @@
"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.1/",
"$fresh/": "https://deno.land/x/fresh@1.6.3/",
"preact": "https://esm.sh/preact@10.19.2",
"preact/": "https://esm.sh/preact@10.19.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.1",
Expand All @@ -34,9 +23,6 @@
"tailwindcss/plugin": "npm:/tailwindcss@3.3.5/plugin.js",
"$std/": "https://deno.land/std@0.208.0/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"nodeModulesDir": true
}

0 comments on commit 5dfd175

Please sign in to comment.