blowater/deno.json
Bob 0ec95d4bc2
restyle right panel (#491)
Co-authored-by: BlowaterNostr <blowater.nostr@proton.me>
2024-07-08 15:01:39 +08:00

56 lines
1.6 KiB
JSON

{
"tasks": {
"hook": "deno run --allow-read --allow-run --allow-write https://deno.land/x/deno_hooks@0.1.2/mod.ts"
},
"compilerOptions": {
"checkJs": false,
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"lint": {
"rules": {
"tags": [
"recommended"
],
"exclude": [
"prefer-const",
"no-inferrable-types",
"require-await",
"ban-ts-comment",
"no-async-promise-executor",
"no-case-declarations",
"no-window",
"no-unused-vars"
]
},
"exclude": ["app/UI/assets", "build-pwa", "libs", "*.test.*"]
},
"fmt": {
"exclude": [
"UI/vendor/",
"vendor",
"*cov_profile*",
"*tauri*",
"app/UI/assets/",
"*/tailwind.js",
"build-pwa/"
],
"indentWidth": 4,
"lineWidth": 110
},
"test": {
"exclude": ["libs/*"]
},
"imports": {
"@blowater/csp": "jsr:@blowater/csp@1.0.0",
"@blowater/nostr-sdk": "jsr:@blowater/nostr-sdk@0.0.3",
"@std/assert": "jsr:@std/assert@0.226.0",
"@std/datetime": "jsr:@std/datetime@0.224.2",
"@std/encoding": "jsr:@std/encoding@1.0.0",
"@std/fs": "jsr:@std/fs@0.229.3",
"@std/path": "jsr:@std/path@0.225.2",
"preact": "https://esm.sh/preact@10.22.1",
"preact/hooks": "https://esm.sh/preact@10.22.1/hooks"
}
}