From 9df52d660feb722404be00a50f3c8a612bec1c15 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:42:53 +0200 Subject: Migrate client to eslint --- client/tslint.json | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 client/tslint.json (limited to 'client/tslint.json') diff --git a/client/tslint.json b/client/tslint.json deleted file mode 100644 index d9983182e..000000000 --- a/client/tslint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "extends": [ "tslint-angular", "tslint-config-standard" ], - "rules": { - "deprecation": { - "severity": "warning" - }, - "no-inferrable-types": true, - "eofline": true, - "max-line-length": [true, 140], - "no-floating-promises": false, // Memory issues - "await-promise": [true, "PromiseLike"], - "member-ordering": [true, { - "order": [ - "public-static-field", - "private-static-field", - "public-instance-field", - "private-instance-field", - "public-constructor", - "private-constructor", - "public-instance-method", - "protected-instance-method", - "private-instance-method" - ]} - ], - "variable-name": [ - true, - "ban-keywords", - "check-format", - "allow-leading-underscore", - "allow-pascal-case", - "allow-trailing-underscore" - ], - - "no-shadowed-variable": false, - "no-bitwise": false, - "max-classes-per-file": false, - "interface-over-type-literal": false - } -} -- cgit v1.2.3