blowater/deno.json
BlowaterNostr e86101ae7f
5.0.0: Redesign & Rearchitecture (#380)
* remove nip-07 extension sign-in temporarily
* bring kind-1 back!
* separated relay views
2024-03-15 21:44:17 +08:00

27 lines
593 B
JSON

{
"compilerOptions": {
"checkJs": false,
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"lint": {
"rules": {
"tags": [
"recommended"
],
"exclude": [
"prefer-const",
"no-unused-vars",
"no-inferrable-types",
"require-await"
]
}
},
"fmt": {
"exclude": ["UI/vendor/", "vendor", "*cov_profile*", "*tauri-app"],
"indentWidth": 4,
"lineWidth": 110
}
}