diff --git a/tslint.json b/tslint.json index 34464fc9b..8d82db3f3 100644 --- a/tslint.json +++ b/tslint.json @@ -30,6 +30,8 @@ // they look weird in `new class {...}` "new-parens": false, "no-bitwise": false, + "no-console": false, + "only-arrow-functions": false, "prefer-conditional-expression": false, "no-shadowed-variable": [true, {"temporalDeadZone": false}], "no-switch-case-fall-through": true, @@ -52,4 +54,4 @@ "space-before-function-paren": [true, {"anonymous": "always", "named": "never", "asyncArrow": "always"}] }, "rulesDirectory": [] -} \ No newline at end of file +}