From 4fe51988161985ce758ce4a6c1efe4b456657ed2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:17:03 +0200 Subject: [PATCH] switch to new org scheme --- npmextra.json | 4 ++-- package.json | 4 ++-- tslint.json | 17 ----------------- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 tslint.json diff --git a/npmextra.json b/npmextra.json index c90d2cc..477cdc9 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartobject", "shortDescription": "work with objects", - "npmPackagename": "@pushrocks/smartobject", + "npmPackagename": "@push.rocks/smartobject", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 4b8529a..88f7d6e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartobject", + "name": "@push.rocks/smartobject", "version": "1.0.10", "private": false, "description": "work with objects", @@ -39,4 +39,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/tslint.json b/tslint.json deleted file mode 100644 index d4ea2e9..0000000 --- a/tslint.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": ["tslint:latest", "tslint-config-prettier"], - "rules": { - "semicolon": [true, "always"], - "no-console": false, - "ordered-imports": false, - "object-literal-sort-keys": false, - "member-ordering": { - "options":{ - "order": [ - "static-method" - ] - } - } - }, - "defaultSeverity": "warning" -}