From a15871560f80e07386c1dabb8370cd2664ecfd1f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jan 2020 16:56:52 +0100 Subject: Move to eslint --- tslint.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tslint.json (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json deleted file mode 100644 index cfe2ac712..000000000 --- a/tslint.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "tslint-config-standard", - "rules": { - "await-promise": [true, "Bluebird"], - "no-inferrable-types": true, - "eofline": true, - "indent": [true, "spaces"], - "ter-indent": [ - true, - 2, - { - "SwitchCase": 1 - } - ], - "max-line-length": [true, 140], - "no-unused-variable": false, // Memory issues - "no-floating-promises": false - } -} -- cgit v1.2.3