chore(tslint.json): semicolon rule expects an array

This commit is contained in:
Peter Bacon Darwin 2016-10-19 11:03:46 +01:00
parent 76dd026447
commit a2d35641e3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"duplicateModuleImport": true,
"enforce-copyright-header": true,
"no-duplicate-variable": true,
"semicolon": true,
"semicolon": [true],
"variable-name": [true, "ban-keywords"]
}
}