From df98563e2104b82b119c00a3cd83cd0dc1242d25 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 16 Jun 2017 14:32:15 +0200 Subject: Use typescript standard and lint all files --- tslint.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 888779856..70e5d9bb4 100644 --- a/tslint.json +++ b/tslint.json @@ -1,3 +1,10 @@ { - "extends": "tslint-config-standard" + "extends": "tslint-config-standard", + "rules": { + "no-inferrable-types": true, + "eofline": true, + "indent": ["spaces"], + "max-line-length": [true, 140], + "no-floating-promises": false + } } -- cgit v1.2.3