Skip to content

Commit

Permalink
reenable noUnusedLocals
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Aug 19, 2021
1 parent 4f97abb commit e2d9af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/src/helpers/updaterTestUtil.ts
@@ -1,4 +1,4 @@
import { serializeToYaml, TmpDir, executeAppBuilder } from "builder-util"
import { serializeToYaml, TmpDir } from "builder-util"
import { BintrayOptions, GenericServerOptions, GithubOptions, S3Options, SpacesOptions, DownloadOptions, KeygenOptions } from "builder-util-runtime"
import { AppUpdater, NoOpLogger } from "electron-updater"
import { MacUpdater } from "electron-updater/out/MacUpdater"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig-base.json
Expand Up @@ -7,7 +7,7 @@
"moduleResolution": "node",
"skipLibCheck": true,
"strict": true,
"noUnusedLocals": false,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,

Expand Down

0 comments on commit e2d9af6

Please sign in to comment.