switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-17 15:19:48 +02:00
parent 00b13d236b
commit 40cfe5b60e
3 changed files with 6986 additions and 19 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "servezone", "gitscope": "serve.zone",
"gitrepo": "interfaces", "gitrepo": "interfaces",
"shortDescription": "interfaces for working with containers", "shortDescription": "interfaces for working with containers",
"npmPackagename": "@servezone/interfaces", "npmPackagename": "@serve.zone/interfaces",
"license": "MIT", "license": "MIT",
"projectDomain": "serve.zone" "projectDomain": "serve.zone"
} }

6984
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

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