Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Remove unused locals
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 5, 2021
1 parent 31f3665 commit 72f9d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/select-list-view.ts
Expand Up @@ -28,7 +28,7 @@ export default class SelectListView {
etch.setScheduler(scheduler)
}

static getScheduler (scheduler) {
static getScheduler () {
return etch.getScheduler()
}

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"strict": false,
"strictNullChecks": false,
"noUnusedLocals": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noImplicitReturns": false,
"noImplicitAny": false,
Expand Down

0 comments on commit 72f9d01

Please sign in to comment.