diff --git a/.bithoundrc b/.bithoundrc index 2565ee7b..9c08398d 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -7,8 +7,7 @@ "critics": { "lint": { "engine": "tslint", - "wc": { "limit": 5000 }, - "configLocation": ".tslint.json" + "wc": { "limit": 5000 } } } } \ No newline at end of file diff --git a/.tslint.json b/.tslintrc similarity index 84% rename from .tslint.json rename to .tslintrc index d2dfc985..fb29c66d 100644 --- a/.tslint.json +++ b/.tslintrc @@ -2,6 +2,7 @@ "rules": { "no-bitwise:": false, "one-line:": false, + "semicolon:": false, "typedef-whitespace:": false, "no-shadowed-variable:": false, "max-line-length:": false,