Skip to content

Commit 31f94bf

Browse files
author
Irek Nizamov
committed
update and add yandex metrics
1 parent a7bef8b commit 31f94bf

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

deno.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
"preview": "deno run -A main.ts",
1010
"update": "deno run -A -r https://fresh.deno.dev/update ."
1111
},
12+
"lint": {
13+
"rules": {
14+
"tags": [
15+
"fresh",
16+
"recommended"
17+
]
18+
}
19+
},
20+
"exclude": [
21+
"**/_fresh/*"
22+
],
1223
"imports": {
1324
"$fresh/": "https://deno.land/x/fresh@1.6.5/",
1425
"preact": "https://esm.sh/preact@10.19.2",
@@ -20,6 +31,9 @@
2031
"tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js",
2132
"$std/": "https://deno.land/std@0.211.0/"
2233
},
23-
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
34+
"compilerOptions": {
35+
"jsx": "react-jsx",
36+
"jsxImportSource": "preact"
37+
},
2438
"nodeModulesDir": true
25-
}
39+
}

0 commit comments

Comments
 (0)