From 081ef45ee3fce5d7c1e4fd807ae9236926e6a37b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 10 Jul 2023 10:17:46 +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 bae875d..e7f9433 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,10 +3,10 @@ "projectType": "npm", "module": { "githost": "gitlab.com", - "gitscope": "pushrocks", + "gitscope": "push.rocks", "gitrepo": "smartrobots", "shortDescription": "a module for making sense of robots.txt", - "npmPackagename": "@pushrocks/smartrobots", + "npmPackagename": "@push.rocks/smartrobots", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 8bb483a..4bf9efa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@pushrocks/smartrobots", + "name": "@push.rocks/smartrobots", "version": "1.0.2", "private": false, "description": "a module for making sense of robots.txt", @@ -38,4 +38,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" -}