add codelyzer in webscript tag and social (#2061)

This commit is contained in:
Eugenio Romano
2017-07-07 19:28:10 +02:00
committed by Denys Vuika
parent 58e8253cb6
commit 283f824eb5
49 changed files with 61382 additions and 7966 deletions

View File

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