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/[email protected].1/",
"$fresh/": "https://deno.land/x/[email protected].3/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
Expand All @@ -34,9 +23,6 @@
"tailwindcss/plugin": "npm:/[email protected]/plugin.js",
"$std/": "https://deno.land/[email protected]/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"nodeModulesDir": true
}

0 comments on commit 5dfd175

Please sign in to comment.