Skip to content

Commit

Permalink
Use noUnusedParameters from typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
cvle committed Nov 22, 2016
1 parent 6de5347 commit e70dd16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"compilerOptions": {
"target": "es5",
"module": "es6",
"noImplicitAny": true
"noImplicitAny": true,
"noUnusedParameters": true,
"noUnusedLocals": true
},
"include": [
"./src/**/*.ts",
Expand Down

0 comments on commit e70dd16

Please sign in to comment.