blowater/deno.json

27 lines
611 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", "app/UI/assets/"],
"indentWidth": 4,
"lineWidth": 110
}
}