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

@@ -1,4 +1,7 @@
{
"rulesDirectory": [
"node_modules/codelyzer"
],
"rules": {
"align": [
true,
@@ -113,6 +116,7 @@
"check-type",
"check-module",
"check-decl"
]
],
"ordered-imports": true
}
}