diff options
| author | Fuwn <[email protected]> | 2022-05-17 08:02:08 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-17 08:02:08 +0000 |
| commit | 497a739f13e9a2d9a48fdd3c8c4fe1d1e144ec1d (patch) | |
| tree | 2a391295f55e93015e0978e034f926564937e80e | |
| parent | feat(server): un-static #hostname and #port (diff) | |
| download | laurali-497a739f13e9a2d9a48fdd3c8c4fe1d1e144ec1d.tar.xz laurali-497a739f13e9a2d9a48fdd3c8c4fe1d1e144ec1d.zip | |
fix(deno.json): my_cool_server throws
| -rw-r--r-- | deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ "checkJs": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noUnusedParameters": true, "noUncheckedIndexedAccess": false }, |