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,