From ba3a7c5088bf938b45bba2bd804bbdbdd4e5b7b1 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 7 Oct 2020 21:31:47 +0300 Subject: [PATCH] Delete tslint.json --- tslint.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tslint.json diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 6aba075..0000000 --- a/tslint.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": [ - "@blueprintjs/tslint-config", - "tslint-plugin-prettier", - "tslint-no-unused-expression-chai" - ], - "rules": { - "prettier": true, - "no-console": false, - "object-literal-sort-keys": false, - "no-implicit-dependencies": false, - "no-submodule-imports": false, - "no-this-assignment": false, - "max-classes-per-file": false, - "jsx-no-lambda": false, - "linebreak-style": false - } -} \ No newline at end of file