Fix tslint errors (#2097)

This commit is contained in:
Maurizio Vitale
2017-07-18 15:12:16 +01:00
committed by Eugenio Romano
parent 34c89bd2ba
commit 9113170f2c
14 changed files with 33 additions and 32 deletions

View File

@@ -39,7 +39,8 @@ module.exports = {
loader: 'tslint-loader',
options: {
emitErrors: true,
failOnHint: true
failOnHint: true,
fix: true
},
exclude: [/node_modules/, /bundles/, /dist/, /demo/]
},