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 Eugenio Romano
parent 4c0b29a4ae
commit fed2462586
49 changed files with 61232 additions and 7945 deletions

View File

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