switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:56:52 +02:00
parent c2264022b6
commit e23a59de89
3 changed files with 4 additions and 21 deletions

View File

@ -2,10 +2,10 @@
"gitzone": { "gitzone": {
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartlifecycle", "gitrepo": "smartlifecycle",
"shortDescription": "a module handling lifecycle events", "shortDescription": "a module handling lifecycle events",
"npmPackagename": "@pushrocks/smartlifecycle", "npmPackagename": "@push.rocks/smartlifecycle",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartlifecycle", "name": "@push.rocks/smartlifecycle",
"version": "1.0.2", "version": "1.0.2",
"private": false, "private": false,
"description": "a module handling lifecycle events", "description": "a module handling lifecycle events",
@ -21,4 +21,4 @@
"tslint-config-prettier": "^1.15.0" "tslint-config-prettier": "^1.15.0"
}, },
"dependencies": {} "dependencies": {}
} }

View File

@ -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"
}