From d6dd17032865176dce371e0f22e4140925295add Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 14 Nov 2023 12:53:55 -0500 Subject: [PATCH] chore(angular): remove tslint --- packages/angular/tslint.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 packages/angular/tslint.json diff --git a/packages/angular/tslint.json b/packages/angular/tslint.json deleted file mode 100644 index 2504cca1638..00000000000 --- a/packages/angular/tslint.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": ["tslint-ionic-rules/strict"], - "linterOptions": { - "exclude": ["**/*.spec.ts", "**/*.spec.tsx"] - }, - "rules": { - "no-conditional-assignment": false, - "no-non-null-assertion": false, - "no-unnecessary-type-assertion": false, - "no-import-side-effect": false, - "trailing-comma": false, - "no-null-keyword": false, - "no-console": false, - "no-unbound-method": true, - "no-floating-promises": false, - "no-invalid-template-strings": true, - "ban-export-const-enum": true, - "only-arrow-functions": true, - "prefer-for-of": false - } -}