From fcfa29bdf57ca589bb95f5d411e1ea1eb5ae94f4 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Mon, 13 Aug 2018 21:20:16 -0500 Subject: [PATCH] update tslint --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 6d3ebc7..34e89c0 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,7 @@ { "extends": "tslint-config-airbnb", "rules": { + "semicolon": [true, "always", "ignore-bound-class-methods"], "max-line-length": [true, 120], "variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"], "import-name": false,