add codelyzer in webscript tag and social (#2061)

This commit is contained in:
Eugenio Romano
2017-07-07 19:28:10 +02:00
parent c974da301d
commit 12d2224129
49 changed files with 61232 additions and 7945 deletions

View File

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