Skip to content

Commit

Permalink
chore(tslint.json): semicolon rule expects an array
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 19, 2016
1 parent 76dd026 commit a2d3564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -4,7 +4,7 @@
"duplicateModuleImport": true,
"enforce-copyright-header": true,
"no-duplicate-variable": true,
"semicolon": true,
"semicolon": [true],
"variable-name": [true, "ban-keywords"]
}
}

0 comments on commit a2d3564

Please sign in to comment.