switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:39 +02:00
parent b3e94d7a28
commit 399981ffeb
3 changed files with 4 additions and 21 deletions

View File

@ -2,10 +2,10 @@
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitscope": "push.rocks",
"gitrepo": "smartreport",
"shortDescription": "create reports and display them on the web",
"npmPackagename": "@pushrocks/smartreport",
"npmPackagename": "@push.rocks/smartreport",
"license": "MIT",
"projectDomain": "push.rocks"
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartreport",
"name": "@push.rocks/smartreport",
"version": "1.0.2",
"private": false,
"description": "create reports and display them on the web",
@ -32,4 +32,4 @@
"npmextra.json",
"readme.md"
]
}
}

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