From 5117d1e3c3bc33136b1700f661763a625974c3f4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 02:42:26 +0200 Subject: [PATCH] switch to new org scheme --- npmextra.json | 6 +++--- tslint.json | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 tslint.json diff --git a/npmextra.json b/npmextra.json index c14d69e..916763c 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,5 +1,5 @@ { - "npmts": { - "mode": "default" - } + "npmts": { + "mode": "default" + } } \ No newline at end of file diff --git a/tslint.json b/tslint.json deleted file mode 100644 index 45052ad..0000000 --- a/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "tslint-config-standard" -}