Skip to content

Commit

Permalink
fix: Removed noUnusedLocals temporary. This rise some build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 5, 2017
1 parent 27c2eb0 commit e6eb89b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
"babel-register": "^6.26.0",
"condition-circle": "^1.5.0",
"cpx": "^1.5.0",
"grimoirejs-cauldron": "^3.1.6",
"jsdom": "^11.1.0",
"grimoirejs-cauldron": "^3.1.8",
"jsdom": "^11.3.0",
"lodash": "^4.17.2",
"nyc": "^11.1.0",
"nyc": "^11.3.0",
"proxyquire": "^1.7.11",
"regenerator-runtime": "^0.11.0",
"remap-istanbul": "^0.9.5",
"semantic-release": "^7.0.2",
"sinon": "^3.2.1",
"sinon": "^3.3.0",
"trash-cli": "^1.4.0",
"ts-loader": "^2.3.3",
"tslint": "^5.6.0",
"ts-loader": "^2.3.7",
"tslint": "^5.8.0",
"typedoc": "^0.8.0",
"typedoc-md-theme": "^1.0.1",
"typescript": "^2.4.2",
"typescript": "^2.6.1",
"typescript-awaiter": "^1.0.0",
"webpack": "^3.5.5",
"webpack": "^3.8.1",
"webpack-shell-plugin": "^0.5.0",
"xhr-mock": "^1.7.0",
"xhr-mock": "^1.9.1",
"xmldom": "^0.1.27",
"yargs": "^8.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"declarationDir": "./ref",
"noImplicitReturns": true,
"noUnusedParameters": true,
"noUnusedLocals":true,
"noUnusedLocals": false,
"strict": true
},
"include": [
"src/**/*.ts"
]
}
}

0 comments on commit e6eb89b

Please sign in to comment.